Color Hex Logo

#1ea9ce Color Hex

#1EA9CE
(30,169,206)
0 Favorites   0 Comments

Color spaces of #1ea9ce

RGB 30169206
HSL0.540.750.46
HSV193°85°81°
CMYK 0.850.180.00   0.19
XYZ25.864033.108263.4199
Yxy33.10820.21130.2705
Hunter Lab57.5397-20.4591-25.0712
CIE-Lab64.2484-21.8904-28.6671

#1ea9ce color RGB value is (30,169,206).

#1ea9ce hex color red value is 30, green value is 169 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1ea9ce hue: 0.54 , saturation: 0.75 and the lightness value of 1ea9ce is 0.46.

The process color (four color CMYK) of #1ea9ce color hex is 0.85, 0.18, 0.00, 0.19. Web safe color of #1ea9ce is #3399cc. Color #1ea9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101001 11001110
Octal 36 251 316
Decimal 30 169 206
Hex 1E A9 CE

RGB Percentages of Color #1ea9ce

%7.41
%41.73
%50.86

CMYK Percentages of Color #1ea9ce

%85
%18
%0
%19

Triadic Colors of #1ea9ce

#1ea9ce #ce1ea9 #a9ce1e

Analogous Colors of #1ea9ce

#1ea9ce #1e51ce #1ece9b

Monochromatic Colors of #1ea9ce

#1ea9ce

Complementary Color

#1ea9ce #ce431e

#1ea9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea9ce Color CSS Codes

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

#1ea9ce Text Font Color

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

This sample text font color is #1ea9ce
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.


#1ea9ce Background Color

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

This div background color is #1ea9ce


#1ea9ce Border Color

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

This div border color is #1ea9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea9ce


Comments

No comments written yet.

Please login to write comment.