Color Hex Logo

#9ff2de Color Hex

#9FF2DE
(159,242,222)
0 Favorites   0 Comments

Color spaces of #9ff2de

RGB 159242222
HSL0.460.760.79
HSV166°34°95°
CMYK 0.340.000.08   0.05
XYZ59.235076.149180.6835
Yxy76.14910.27420.3524
Hunter Lab87.2635-31.54416.2651
CIE-Lab89.9285-29.50121.6522

#9ff2de color RGB value is (159,242,222).

#9ff2de hex color red value is 159, green value is 242 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9ff2de hue: 0.46 , saturation: 0.76 and the lightness value of 9ff2de is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110010 11011110
Octal 237 362 336
Decimal 159 242 222
Hex 9F F2 DE

RGB Percentages of Color #9ff2de

%25.52
%38.84
%35.63

CMYK Percentages of Color #9ff2de

%34
%0
%8
%5

Triadic Colors of #9ff2de

#9ff2de #de9ff2 #f2de9f

Analogous Colors of #9ff2de

#9ff2de #9fddf2 #9ff2b5

Monochromatic Colors of #9ff2de

#9ff2de

Complementary Color

#9ff2de #f29fb3

#9ff2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff2de Color CSS Codes

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

#9ff2de Text Font Color

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

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


#9ff2de Background Color

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

This div background color is #9ff2de


#9ff2de Border Color

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

This div border color is #9ff2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff2de


Comments

No comments written yet.

Please login to write comment.