Color Hex Logo

#96edde Color Hex

#96EDDE
(150,237,222)
0 Favorites   0 Comments

Color spaces of #96edde

RGB 150237222
HSL0.470.710.76
HSV170°37°93°
CMYK 0.370.000.06   0.07
XYZ56.046772.326380.1136
Yxy72.32630.26880.3469
Hunter Lab85.0449-31.19263.6793
CIE-Lab88.1254-29.5335-1.0295

#96edde color RGB value is (150,237,222).

#96edde hex color red value is 150, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #96edde hue: 0.47 , saturation: 0.71 and the lightness value of 96edde is 0.76.

The process color (four color CMYK) of #96edde color hex is 0.37, 0.00, 0.06, 0.07. Web safe color of #96edde is #99ffcc. Color #96edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101101 11011110
Octal 226 355 336
Decimal 150 237 222
Hex 96 ED DE

RGB Percentages of Color #96edde

%24.63
%38.92
%36.45

CMYK Percentages of Color #96edde

%37
%0
%6
%7

Triadic Colors of #96edde

#96edde #de96ed #edde96

Analogous Colors of #96edde

#96edde #96d1ed #96edb3

Monochromatic Colors of #96edde

#96edde

Complementary Color

#96edde #ed96a5

#96edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#96edde Color CSS Codes

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

#96edde Text Font Color

<p style="color:#96edde">Text here</p>

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


#96edde Background Color

<div style="background-color:#96edde">
Div content here</div>

This div background color is #96edde


#96edde Border Color

<div style="border:3px solid #96edde">
Div here</div>

This div border color is #96edde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,237,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96edde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96edde;
  -webkit-box-shadow: 1px 1px 3px 2px #96edde;
  box-shadow:         1px 1px 3px 2px #96edde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,237,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 #96edde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96edde


Comments

No comments written yet.

Please login to write comment.