Color Hex Logo

#9eaecc Color Hex

#9EAECC
(158,174,204)
0 Favorites   0 Comments

Color spaces of #9eaecc

RGB 158174204
HSL0.610.310.71
HSV219°23°80°
CMYK 0.230.150.00   0.20
XYZ40.135741.900863.0990
Yxy41.90080.27650.2887
Hunter Lab64.7308-2.6018-12.4838
CIE-Lab70.80250.9690-17.0848

#9eaecc color RGB value is (158,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11001100
Octal 236 256 314
Decimal 158 174 204
Hex 9E AE CC

RGB Percentages of Color #9eaecc

%29.48
%32.46
%38.06

CMYK Percentages of Color #9eaecc

%23
%15
%0
%20

Triadic Colors of #9eaecc

#9eaecc #cc9eae #aecc9e

Analogous Colors of #9eaecc

#9eaecc #a59ecc #9ec5cc

Monochromatic Colors of #9eaecc

#9eaecc

Complementary Color

#9eaecc #ccbc9e

#9eaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaecc Color CSS Codes

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

#9eaecc Text Font Color

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

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


#9eaecc Background Color

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

This div background color is #9eaecc


#9eaecc Border Color

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

This div border color is #9eaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaecc


Comments

No comments written yet.

Please login to write comment.