Color Hex Logo

#9eeddf Color Hex

#9EEDDF
(158,237,223)
0 Favorites   0 Comments

Color spaces of #9eeddf

RGB 158237223
HSL0.470.690.77
HSV169°33°93°
CMYK 0.330.000.06   0.07
XYZ57.704073.165280.8930
Yxy73.16520.27250.3455
Hunter Lab85.5367-29.27103.8044
CIE-Lab88.5264-27.1694-0.9217

#9eeddf color RGB value is (158,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11011111
Octal 236 355 337
Decimal 158 237 223
Hex 9E ED DF

RGB Percentages of Color #9eeddf

%25.57
%38.35
%36.08

CMYK Percentages of Color #9eeddf

%33
%0
%6
%7

Triadic Colors of #9eeddf

#9eeddf #df9eed #eddf9e

Analogous Colors of #9eeddf

#9eeddf #9ed4ed #9eedb8

Monochromatic Colors of #9eeddf

#9eeddf

Complementary Color

#9eeddf #ed9eac

#9eeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeddf Color CSS Codes

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

#9eeddf Text Font Color

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

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


#9eeddf Background Color

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

This div background color is #9eeddf


#9eeddf Border Color

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

This div border color is #9eeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeddf


Comments

No comments written yet.

Please login to write comment.