Color Hex Logo

#9ee7dc Color Hex

#9EE7DC
(158,231,220)
0 Favorites   0 Comments

Color spaces of #9ee7dc

RGB 158231220
HSL0.470.600.76
HSV171°32°91°
CMYK 0.320.000.05   0.09
XYZ55.594769.588278.2119
Yxy69.58820.27330.3421
Hunter Lab83.4195-27.02342.8050
CIE-Lab86.7945-24.9269-1.8841

#9ee7dc color RGB value is (158,231,220).

#9ee7dc hex color red value is 158, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ee7dc hue: 0.47 , saturation: 0.60 and the lightness value of 9ee7dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100111 11011100
Octal 236 347 334
Decimal 158 231 220
Hex 9E E7 DC

RGB Percentages of Color #9ee7dc

%25.94
%37.93
%36.12

CMYK Percentages of Color #9ee7dc

%32
%0
%5
%9

Triadic Colors of #9ee7dc

#9ee7dc #dc9ee7 #e7dc9e

Analogous Colors of #9ee7dc

#9ee7dc #9ecee7 #9ee7b8

Monochromatic Colors of #9ee7dc

#9ee7dc

Complementary Color

#9ee7dc #e79ea9

#9ee7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee7dc Color CSS Codes

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

#9ee7dc Text Font Color

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

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


#9ee7dc Background Color

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

This div background color is #9ee7dc


#9ee7dc Border Color

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

This div border color is #9ee7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee7dc


Comments

No comments written yet.

Please login to write comment.