Color Hex Logo

#96deba Color Hex

#96DEBA
(150,222,186)
0 Favorites   0 Comments

Color spaces of #96deba

RGB 150222186
HSL0.420.520.73
HSV150°32°87°
CMYK 0.320.000.16   0.13
XYZ47.561962.271855.9672
Yxy62.27180.28690.3756
Hunter Lab78.9125-30.511913.1884
CIE-Lab83.0578-30.015910.5799

#96deba color RGB value is (150,222,186).

#96deba hex color red value is 150, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #96deba hue: 0.42 , saturation: 0.52 and the lightness value of 96deba is 0.73.

The process color (four color CMYK) of #96deba color hex is 0.32, 0.00, 0.16, 0.13. Web safe color of #96deba is #99cccc. Color #96deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011110 10111010
Octal 226 336 272
Decimal 150 222 186
Hex 96 DE BA

RGB Percentages of Color #96deba

%26.88
%39.78
%33.33

CMYK Percentages of Color #96deba

%32
%0
%16
%13

Triadic Colors of #96deba

#96deba #ba96de #deba96

Analogous Colors of #96deba

#96deba #96dede #96de96

Monochromatic Colors of #96deba

#96deba

Complementary Color

#96deba #de96ba

#96deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96deba Color CSS Codes

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

#96deba Text Font Color

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

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


#96deba Background Color

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

This div background color is #96deba


#96deba Border Color

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

This div border color is #96deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96deba


Comments

No comments written yet.

Please login to write comment.