Color Hex Logo

#9edaee Color Hex

#9EDAEE
(158,218,238)
0 Favorites   0 Comments

Color spaces of #9edaee

RGB 158218238
HSL0.540.700.78
HSV195°34°93°
CMYK 0.340.080.00   0.07
XYZ54.604663.585090.2841
Yxy63.58500.26190.3050
Hunter Lab79.7402-17.3119-11.3117
CIE-Lab83.7492-14.2980-15.9129

#9edaee color RGB value is (158,218,238).

#9edaee hex color red value is 158, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9edaee hue: 0.54 , saturation: 0.70 and the lightness value of 9edaee is 0.78.

The process color (four color CMYK) of #9edaee color hex is 0.34, 0.08, 0.00, 0.07. Web safe color of #9edaee is #99ccff. Color #9edaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011010 11101110
Octal 236 332 356
Decimal 158 218 238
Hex 9E DA EE

RGB Percentages of Color #9edaee

%25.73
%35.50
%38.76

CMYK Percentages of Color #9edaee

%34
%8
%0
%7

Triadic Colors of #9edaee

#9edaee #ee9eda #daee9e

Analogous Colors of #9edaee

#9edaee #9eb2ee #9eeeda

Monochromatic Colors of #9edaee

#9edaee

Complementary Color

#9edaee #eeb29e

#9edaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edaee Color CSS Codes

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

#9edaee Text Font Color

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

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


#9edaee Background Color

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

This div background color is #9edaee


#9edaee Border Color

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

This div border color is #9edaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edaee


Comments

No comments written yet.

Please login to write comment.