Color Hex Logo

#9eafcb Color Hex

#9EAFCB
(158,175,203)
0 Favorites   0 Comments

Color spaces of #9eafcb

RGB 158175203
HSL0.600.300.71
HSV217°22°80°
CMYK 0.220.140.00   0.20
XYZ40.210042.240862.5339
Yxy42.24080.27730.2913
Hunter Lab64.9929-3.3027-11.5517
CIE-Lab71.03660.1911-16.1818

#9eafcb color RGB value is (158,175,203).

#9eafcb hex color red value is 158, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9eafcb hue: 0.60 , saturation: 0.30 and the lightness value of 9eafcb is 0.71.

The process color (four color CMYK) of #9eafcb color hex is 0.22, 0.14, 0.00, 0.20. Web safe color of #9eafcb is #9999cc. Color #9eafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11001011
Octal 236 257 313
Decimal 158 175 203
Hex 9E AF CB

RGB Percentages of Color #9eafcb

%29.48
%32.65
%37.87

CMYK Percentages of Color #9eafcb

%22
%14
%0
%20

Triadic Colors of #9eafcb

#9eafcb #cb9eaf #afcb9e

Analogous Colors of #9eafcb

#9eafcb #a49ecb #9ec6cb

Monochromatic Colors of #9eafcb

#9eafcb

Complementary Color

#9eafcb #cbba9e

#9eafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafcb Color CSS Codes

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

#9eafcb Text Font Color

<p style="color:#9eafcb">Text here</p>

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


#9eafcb Background Color

<div style="background-color:#9eafcb">
Div content here</div>

This div background color is #9eafcb


#9eafcb Border Color

<div style="border:3px solid #9eafcb">
Div here</div>

This div border color is #9eafcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,175,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9eafcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9eafcb;
  -webkit-box-shadow: 1px 1px 3px 2px #9eafcb;
  box-shadow:         1px 1px 3px 2px #9eafcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,175,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 #9eafcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafcb

#9eafcb Color Palettes


Comments

No comments written yet.

Please login to write comment.