Color Hex Logo

#9eaede Color Hex

#9EAEDE
(158,174,222)
0 Favorites   0 Comments

Color spaces of #9eaede

RGB 158174222
HSL0.630.490.75
HSV225°29°87°
CMYK 0.290.220.00   0.13
XYZ42.421442.815175.1355
Yxy42.81510.26450.2670
Hunter Lab65.43321.2162-22.2781
CIE-Lab71.42935.2571-25.9958

#9eaede color RGB value is (158,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11011110
Octal 236 256 336
Decimal 158 174 222
Hex 9E AE DE

RGB Percentages of Color #9eaede

%28.52
%31.41
%40.07

CMYK Percentages of Color #9eaede

%29
%22
%0
%13

Triadic Colors of #9eaede

#9eaede #de9eae #aede9e

Analogous Colors of #9eaede

#9eaede #ae9ede #9ecede

Monochromatic Colors of #9eaede

#9eaede

Complementary Color

#9eaede #dece9e

#9eaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaede Color CSS Codes

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

#9eaede Text Font Color

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

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


#9eaede Background Color

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

This div background color is #9eaede


#9eaede Border Color

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

This div border color is #9eaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaede


Comments

No comments written yet.

Please login to write comment.