Color Hex Logo

#9eedde Color Hex

#9EEDDE
(158,237,222)
0 Favorites   0 Comments

Color spaces of #9eedde

RGB 158237222
HSL0.470.690.77
HSV169°33°93°
CMYK 0.330.000.06   0.07
XYZ57.569673.111480.1849
Yxy73.11140.27300.3467
Hunter Lab85.5052-29.45234.2528
CIE-Lab88.5008-27.3879-0.4358

#9eedde color RGB value is (158,237,222).

#9eedde hex color red value is 158, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9eedde hue: 0.47 , saturation: 0.69 and the lightness value of 9eedde is 0.77.

The process color (four color CMYK) of #9eedde color hex is 0.33, 0.00, 0.06, 0.07. Web safe color of #9eedde is #99ffcc. Color #9eedde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11011110
Octal 236 355 336
Decimal 158 237 222
Hex 9E ED DE

RGB Percentages of Color #9eedde

%25.61
%38.41
%35.98

CMYK Percentages of Color #9eedde

%33
%0
%6
%7

Triadic Colors of #9eedde

#9eedde #de9eed #edde9e

Analogous Colors of #9eedde

#9eedde #9ed5ed #9eedb7

Monochromatic Colors of #9eedde

#9eedde

Complementary Color

#9eedde #ed9ead

#9eedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedde Color CSS Codes

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

#9eedde Text Font Color

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

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


#9eedde Background Color

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

This div background color is #9eedde


#9eedde Border Color

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

This div border color is #9eedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedde


Comments

No comments written yet.

Please login to write comment.