Color Hex Logo

#9eefd2 Color Hex

#9EEFD2
(158,239,210)
0 Favorites   0 Comments

Color spaces of #9eefd2

RGB 158239210
HSL0.440.720.78
HSV159°34°94°
CMYK 0.340.000.12   0.06
XYZ56.599973.655272.2065
Yxy73.65520.27960.3638
Hunter Lab85.8226-32.469010.1924
CIE-Lab88.7593-30.89066.2105

#9eefd2 color RGB value is (158,239,210).

#9eefd2 hex color red value is 158, green value is 239 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #9eefd2 hue: 0.44 , saturation: 0.72 and the lightness value of 9eefd2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11010010
Octal 236 357 322
Decimal 158 239 210
Hex 9E EF D2

RGB Percentages of Color #9eefd2

%26.03
%39.37
%34.60

CMYK Percentages of Color #9eefd2

%34
%0
%12
%6

Triadic Colors of #9eefd2

#9eefd2 #d29eef #efd29e

Analogous Colors of #9eefd2

#9eefd2 #9ee4ef #9eefaa

Monochromatic Colors of #9eefd2

#9eefd2

Complementary Color

#9eefd2 #ef9ebb

#9eefd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefd2 Color CSS Codes

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

#9eefd2 Text Font Color

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

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


#9eefd2 Background Color

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

This div background color is #9eefd2


#9eefd2 Border Color

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

This div border color is #9eefd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefd2


Comments

No comments written yet.

Please login to write comment.