Color Hex Logo

#9eeadf Color Hex

#9EEADF
(158,234,223)
0 Favorites   0 Comments

Color spaces of #9eeadf

RGB 158234223
HSL0.480.640.77
HSV171°32°92°
CMYK 0.320.000.05   0.08
XYZ56.842771.442580.6059
Yxy71.44250.27210.3420
Hunter Lab84.5237-27.87402.6247
CIE-Lab87.6995-25.7222-2.1328

#9eeadf color RGB value is (158,234,223).

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

The process color (four color CMYK) of #9eeadf color hex is 0.32, 0.00, 0.05, 0.08. Web safe color of #9eeadf is #99ffcc. Color #9eeadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11011111
Octal 236 352 337
Decimal 158 234 223
Hex 9E EA DF

RGB Percentages of Color #9eeadf

%25.69
%38.05
%36.26

CMYK Percentages of Color #9eeadf

%32
%0
%5
%8

Triadic Colors of #9eeadf

#9eeadf #df9eea #eadf9e

Analogous Colors of #9eeadf

#9eeadf #9ecfea #9eeab9

Monochromatic Colors of #9eeadf

#9eeadf

Complementary Color

#9eeadf #ea9ea9

#9eeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeadf Color CSS Codes

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

#9eeadf Text Font Color

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

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


#9eeadf Background Color

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

This div background color is #9eeadf


#9eeadf Border Color

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

This div border color is #9eeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeadf


Comments

No comments written yet.

Please login to write comment.