Color Hex Logo

#9eaace Color Hex

#9EAACE
(158,170,206)
0 Favorites   0 Comments

Color spaces of #9eaace

RGB 158170206
HSL0.630.330.71
HSV225°23°81°
CMYK 0.230.170.00   0.19
XYZ39.615940.474864.1170
Yxy40.47480.27470.2807
Hunter Lab63.6198-0.1831-15.2195
CIE-Lab69.80643.6361-19.6941

#9eaace color RGB value is (158,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 11001110
Octal 236 252 316
Decimal 158 170 206
Hex 9E AA CE

RGB Percentages of Color #9eaace

%29.59
%31.84
%38.58

CMYK Percentages of Color #9eaace

%23
%17
%0
%19

Triadic Colors of #9eaace

#9eaace #ce9eaa #aace9e

Analogous Colors of #9eaace

#9eaace #aa9ece #9ec2ce

Monochromatic Colors of #9eaace

#9eaace

Complementary Color

#9eaace #cec29e

#9eaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaace Color CSS Codes

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

#9eaace Text Font Color

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

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


#9eaace Background Color

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

This div background color is #9eaace


#9eaace Border Color

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

This div border color is #9eaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaace


Comments

No comments written yet.

Please login to write comment.