color codes Logo

#1ebddc color codes

#1EBDDC
(30,189,220)
0 Favorites   0 Comments

Color spaces of #1ebddc

RGB 30189220
HSL0.530.760.49
HSV190°86°86°
CMYK 0.860.140.00   0.14
XYZ31.651341.838574.1176
Yxy41.83850.21440.2834
Hunter Lab64.6827-25.8490-22.6604
CIE-Lab70.7594-27.3957-26.3490

#1ebddc color RGB value is (30,189,220).

#1ebddc hex color red value is 30, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1ebddc hue: 0.53 , saturation: 0.76 and the lightness value of 1ebddc is 0.49.

The process color (four color CMYK) of #1ebddc color code is 0.86, 0.14, 0.00, 0.14. Web safe color of #1ebddc is #33cccc. Color #1ebddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111101 11011100
Octal 36 275 334
Decimal 30 189 220
Hex 1E BD DC

RGB Percentages of Color #1ebddc

%6.83
%43.05
%50.11

CMYK Percentages of Color #1ebddc

%86
%14
%0
%14

Triadic Colors of #1ebddc

#1ebddc #dc1ebd #bddc1e

Analogous Colors of #1ebddc

#1ebddc #1e5edc #1edc9c

Monochromatic Colors of #1ebddc

#1ebddc

Complementary Color

#1ebddc #dc3d1e

#1ebddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebddc Color CSS Codes

.mybgcolor {background-color:#1ebddc; } 
.myforecolor {color:#1ebddc; }
.mybordercolor {border:3px solid #1ebddc; }

#1ebddc Text Font Color

<p style="color:#1ebddc">Text here</p>

This sample text font color is #1ebddc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1ebddc Background Color

<div style="background-color:#1ebddc">
Div content here</div>

This div background color is #1ebddc


#1ebddc Border Color

<div style="border:3px solid #1ebddc">
Div here</div>

This div border color is #1ebddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,189,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ebddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ebddc;
  -webkit-box-shadow: 1px 1px 3px 2px #1ebddc;
  box-shadow:         1px 1px 3px 2px #1ebddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,189,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1ebddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1ebddc;
  -webkit-box-shadow: 1px 1px 3px 2px #1ebddc;
  box-shadow:         1px 1px 3px 2px #1ebddc;">
Div content here</div>

This div box has shadow with color #1ebddc


Comments

No comments written yet.

Please login to write comment.