Color Hex Logo

#1ea9cb Color Hex

#1EA9CB
(30,169,203)
0 Favorites   0 Comments

Color spaces of #1ea9cb

RGB 30169203
HSL0.530.740.46
HSV192°85°80°
CMYK 0.850.170.00   0.20
XYZ25.502932.963861.5184
Yxy32.96380.21260.2747
Hunter Lab57.4141-21.1864-23.3385
CIE-Lab64.1316-22.9017-27.1822

#1ea9cb color RGB value is (30,169,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101001 11001011
Octal 36 251 313
Decimal 30 169 203
Hex 1E A9 CB

RGB Percentages of Color #1ea9cb

%7.46
%42.04
%50.50

CMYK Percentages of Color #1ea9cb

%85
%17
%0
%20

Triadic Colors of #1ea9cb

#1ea9cb #cb1ea9 #a9cb1e

Analogous Colors of #1ea9cb

#1ea9cb #1e53cb #1ecb97

Monochromatic Colors of #1ea9cb

#1ea9cb

Complementary Color

#1ea9cb #cb401e

#1ea9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea9cb Color CSS Codes

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

#1ea9cb Text Font Color

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

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


#1ea9cb Background Color

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

This div background color is #1ea9cb


#1ea9cb Border Color

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

This div border color is #1ea9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea9cb


Comments

No comments written yet.

Please login to write comment.