Color Hex Logo

#9ea3cc Color Hex

#9EA3CC
(158,163,204)
0 Favorites   0 Comments

Color spaces of #9ea3cc

RGB 158163204
HSL0.650.310.71
HSV233°23°80°
CMYK 0.230.200.00   0.20
XYZ38.096837.823162.4194
Yxy37.82310.27540.2734
Hunter Lab61.50052.9469-17.1255
CIE-Lab67.89007.0600-21.5054

#9ea3cc color RGB value is (158,163,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100011 11001100
Octal 236 243 314
Decimal 158 163 204
Hex 9E A3 CC

RGB Percentages of Color #9ea3cc

%30.10
%31.05
%38.86

CMYK Percentages of Color #9ea3cc

%23
%20
%0
%20

Triadic Colors of #9ea3cc

#9ea3cc #cc9ea3 #a3cc9e

Analogous Colors of #9ea3cc

#9ea3cc #b09ecc #9ebacc

Monochromatic Colors of #9ea3cc

#9ea3cc

Complementary Color

#9ea3cc #ccc79e

#9ea3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea3cc Color CSS Codes

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

#9ea3cc Text Font Color

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

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


#9ea3cc Background Color

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

This div background color is #9ea3cc


#9ea3cc Border Color

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

This div border color is #9ea3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea3cc

#9ea3cc Color Palettes


Comments

No comments written yet.

Please login to write comment.