Color Hex Logo

#9eeedf Color Hex

#9EEEDF
(158,238,223)
0 Favorites   0 Comments

Color spaces of #9eeedf

RGB 158238223
HSL0.470.700.78
HSV169°34°93°
CMYK 0.340.000.06   0.07
XYZ57.994473.745980.9898
Yxy73.74590.27260.3467
Hunter Lab85.8754-29.73534.1959
CIE-Lab88.8023-27.6492-0.5184

#9eeedf color RGB value is (158,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101110 11011111
Octal 236 356 337
Decimal 158 238 223
Hex 9E EE DF

RGB Percentages of Color #9eeedf

%25.53
%38.45
%36.03

CMYK Percentages of Color #9eeedf

%34
%0
%6
%7

Triadic Colors of #9eeedf

#9eeedf #df9eee #eedf9e

Analogous Colors of #9eeedf

#9eeedf #9ed5ee #9eeeb7

Monochromatic Colors of #9eeedf

#9eeedf

Complementary Color

#9eeedf #ee9ead

#9eeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeedf Color CSS Codes

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

#9eeedf Text Font Color

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

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


#9eeedf Background Color

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

This div background color is #9eeedf


#9eeedf Border Color

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

This div border color is #9eeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeedf


Comments

No comments written yet.

Please login to write comment.