Color Hex Logo

#9ffdde Color Hex

#9FFDDE
(159,253,222)
0 Favorites   0 Comments

Color spaces of #9ffdde

RGB 159253222
HSL0.450.960.81
HSV160°37°99°
CMYK 0.370.000.12   0.01
XYZ62.608282.895481.8079
Yxy82.89540.27540.3647
Hunter Lab91.0469-36.587010.4593
CIE-Lab92.9686-34.64736.0569

#9ffdde color RGB value is (159,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111101 11011110
Octal 237 375 336
Decimal 159 253 222
Hex 9F FD DE

RGB Percentages of Color #9ffdde

%25.08
%39.91
%35.02

CMYK Percentages of Color #9ffdde

%37
%0
%12
%1

Triadic Colors of #9ffdde

#9ffdde #de9ffd #fdde9f

Analogous Colors of #9ffdde

#9ffdde #9fedfd #9ffdaf

Monochromatic Colors of #9ffdde

#9ffdde

Complementary Color

#9ffdde #fd9fbe

#9ffdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ffdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ffdde Color CSS Codes

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

#9ffdde Text Font Color

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

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


#9ffdde Background Color

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

This div background color is #9ffdde


#9ffdde Border Color

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

This div border color is #9ffdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ffdde


Comments

No comments written yet.

Please login to write comment.