Color Hex Logo

#9efdde Color Hex

#9EFDDE
(158,253,222)
0 Favorites   0 Comments

Color spaces of #9efdde

RGB 158253222
HSL0.450.960.81
HSV160°38°99°
CMYK 0.380.000.12   0.01
XYZ62.410682.793681.7986
Yxy82.79360.27490.3647
Hunter Lab90.9910-36.801310.3935
CIE-Lab92.9240-34.91315.9869

#9efdde color RGB value is (158,253,222).

#9efdde hex color red value is 158, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9efdde hue: 0.45 , saturation: 0.96 and the lightness value of 9efdde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11011110
Octal 236 375 336
Decimal 158 253 222
Hex 9E FD DE

RGB Percentages of Color #9efdde

%24.96
%39.97
%35.07

CMYK Percentages of Color #9efdde

%38
%0
%12
%1

Triadic Colors of #9efdde

#9efdde #de9efd #fdde9e

Analogous Colors of #9efdde

#9efdde #9eedfd #9efdaf

Monochromatic Colors of #9efdde

#9efdde

Complementary Color

#9efdde #fd9ebd

#9efdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdde Color CSS Codes

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

#9efdde Text Font Color

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

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


#9efdde Background Color

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

This div background color is #9efdde


#9efdde Border Color

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

This div border color is #9efdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdde


Comments

No comments written yet.

Please login to write comment.