Color Hex Logo

#9eaecb Color Hex

#9EAECB
(158,174,203)
0 Favorites   0 Comments

Color spaces of #9eaecb

RGB 158174203
HSL0.610.300.71
HSV219°22°80°
CMYK 0.220.140.00   0.20
XYZ40.016141.853062.4693
Yxy41.85300.27720.2900
Hunter Lab64.6939-2.8040-11.9655
CIE-Lab70.76950.7384-16.5852

#9eaecb color RGB value is (158,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11001011
Octal 236 256 313
Decimal 158 174 203
Hex 9E AE CB

RGB Percentages of Color #9eaecb

%29.53
%32.52
%37.94

CMYK Percentages of Color #9eaecb

%22
%14
%0
%20

Triadic Colors of #9eaecb

#9eaecb #cb9eae #aecb9e

Analogous Colors of #9eaecb

#9eaecb #a59ecb #9ec5cb

Monochromatic Colors of #9eaecb

#9eaecb

Complementary Color

#9eaecb #cbbb9e

#9eaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaecb Color CSS Codes

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

#9eaecb Text Font Color

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

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


#9eaecb Background Color

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

This div background color is #9eaecb


#9eaecb Border Color

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

This div border color is #9eaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaecb


Comments

No comments written yet.

Please login to write comment.