Color Hex Logo

#9eaccb Color Hex

#9EACCB
(158,172,203)
0 Favorites   0 Comments

Color spaces of #9eaccb

RGB 158172203
HSL0.610.300.71
HSV221°22°80°
CMYK 0.220.150.00   0.20
XYZ39.632641.085962.3414
Yxy41.08590.27700.2872
Hunter Lab64.0983-1.8037-12.7961
CIE-Lab70.23611.8365-17.3913

#9eaccb color RGB value is (158,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101100 11001011
Octal 236 254 313
Decimal 158 172 203
Hex 9E AC CB

RGB Percentages of Color #9eaccb

%29.64
%32.27
%38.09

CMYK Percentages of Color #9eaccb

%22
%15
%0
%20

Triadic Colors of #9eaccb

#9eaccb #cb9eac #accb9e

Analogous Colors of #9eaccb

#9eaccb #a79ecb #9ec3cb

Monochromatic Colors of #9eaccb

#9eaccb

Complementary Color

#9eaccb #cbbd9e

#9eaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaccb Color CSS Codes

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

#9eaccb Text Font Color

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

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


#9eaccb Background Color

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

This div background color is #9eaccb


#9eaccb Border Color

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

This div border color is #9eaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaccb


Comments

No comments written yet.

Please login to write comment.