Color Hex Logo

#9eaade Color Hex

#9EAADE
(158,170,222)
0 Favorites   0 Comments

Color spaces of #9eaade

RGB 158170222
HSL0.640.490.75
HSV229°29°87°
CMYK 0.290.230.00   0.13
XYZ41.660141.292574.8818
Yxy41.29250.26390.2616
Hunter Lab64.25923.2702-24.1096
CIE-Lab70.38047.4787-27.6052

#9eaade color RGB value is (158,170,222).

#9eaade hex color red value is 158, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9eaade hue: 0.64 , saturation: 0.49 and the lightness value of 9eaade is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101010 11011110
Octal 236 252 336
Decimal 158 170 222
Hex 9E AA DE

RGB Percentages of Color #9eaade

%28.73
%30.91
%40.36

CMYK Percentages of Color #9eaade

%29
%23
%0
%13

Triadic Colors of #9eaade

#9eaade #de9eaa #aade9e

Analogous Colors of #9eaade

#9eaade #b29ede #9ecade

Monochromatic Colors of #9eaade

#9eaade

Complementary Color

#9eaade #ded29e

#9eaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaade Color CSS Codes

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

#9eaade Text Font Color

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

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


#9eaade Background Color

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

This div background color is #9eaade


#9eaade Border Color

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

This div border color is #9eaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9eaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaade


Comments

No comments written yet.

Please login to write comment.