Color Hex Logo

#9ea7ce Color Hex

#9EA7CE
(158,167,206)
0 Favorites   0 Comments

Color spaces of #9ea7ce

RGB 158167206
HSL0.640.330.71
HSV229°23°81°
CMYK 0.230.190.00   0.19
XYZ39.059839.362863.9316
Yxy39.36280.27440.2765
Hunter Lab62.73981.3338-16.4984
CIE-Lab69.01335.2989-20.8998

#9ea7ce color RGB value is (158,167,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100111 11001110
Octal 236 247 316
Decimal 158 167 206
Hex 9E A7 CE

RGB Percentages of Color #9ea7ce

%29.76
%31.45
%38.79

CMYK Percentages of Color #9ea7ce

%23
%19
%0
%19

Triadic Colors of #9ea7ce

#9ea7ce #ce9ea7 #a7ce9e

Analogous Colors of #9ea7ce

#9ea7ce #ad9ece #9ebfce

Monochromatic Colors of #9ea7ce

#9ea7ce

Complementary Color

#9ea7ce #cec59e

#9ea7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea7ce Color CSS Codes

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

#9ea7ce Text Font Color

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

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


#9ea7ce Background Color

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

This div background color is #9ea7ce


#9ea7ce Border Color

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

This div border color is #9ea7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea7ce


Comments

No comments written yet.

Please login to write comment.