Color Hex Logo

#9ea7cc Color Hex

#9EA7CC
(158,167,204)
0 Favorites   0 Comments

Color spaces of #9ea7cc

RGB 158167204
HSL0.630.310.71
HSV228°23°80°
CMYK 0.230.180.00   0.20
XYZ38.818439.266262.6599
Yxy39.26620.27580.2790
Hunter Lab62.66270.9176-15.4234
CIE-Lab68.94374.8315-19.9020

#9ea7cc color RGB value is (158,167,204).

#9ea7cc hex color red value is 158, green value is 167 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9ea7cc hue: 0.63 , saturation: 0.31 and the lightness value of 9ea7cc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100111 11001100
Octal 236 247 314
Decimal 158 167 204
Hex 9E A7 CC

RGB Percentages of Color #9ea7cc

%29.87
%31.57
%38.56

CMYK Percentages of Color #9ea7cc

%23
%18
%0
%20

Triadic Colors of #9ea7cc

#9ea7cc #cc9ea7 #a7cc9e

Analogous Colors of #9ea7cc

#9ea7cc #ac9ecc #9ebecc

Monochromatic Colors of #9ea7cc

#9ea7cc

Complementary Color

#9ea7cc #ccc39e

#9ea7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea7cc Color CSS Codes

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

#9ea7cc Text Font Color

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

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


#9ea7cc Background Color

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

This div background color is #9ea7cc


#9ea7cc Border Color

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

This div border color is #9ea7cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,167,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea7cc


Comments

No comments written yet.

Please login to write comment.