Color Hex Logo

#96d1aa Color Hex

#96D1AA
(150,209,170)
0 Favorites   0 Comments

Color spaces of #96d1aa

RGB 150209170
HSL0.390.390.70
HSV140°28°82°
CMYK 0.280.000.19   0.18
XYZ42.633854.987246.3968
Yxy54.98720.29600.3818
Hunter Lab74.1534-27.141414.8104
CIE-Lab79.0339-26.884713.3506

#96d1aa color RGB value is (150,209,170).

#96d1aa hex color red value is 150, green value is 209 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #96d1aa hue: 0.39 , saturation: 0.39 and the lightness value of 96d1aa is 0.70.

The process color (four color CMYK) of #96d1aa color hex is 0.28, 0.00, 0.19, 0.18. Web safe color of #96d1aa is #99cc99. Color #96d1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11010001 10101010
Octal 226 321 252
Decimal 150 209 170
Hex 96 D1 AA

RGB Percentages of Color #96d1aa

%28.36
%39.51
%32.14

CMYK Percentages of Color #96d1aa

%28
%0
%19
%18

Triadic Colors of #96d1aa

#96d1aa #aa96d1 #d1aa96

Analogous Colors of #96d1aa

#96d1aa #96d1c8 #a0d196

Monochromatic Colors of #96d1aa

#96d1aa

Complementary Color

#96d1aa #d196bd

#96d1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d1aa Color CSS Codes

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

#96d1aa Text Font Color

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

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


#96d1aa Background Color

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

This div background color is #96d1aa


#96d1aa Border Color

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

This div border color is #96d1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d1aa


Comments

No comments written yet.

Please login to write comment.