Color Hex Logo

#96caab Color Hex

#96CAAB
(150,202,171)
0 Favorites   0 Comments

Color spaces of #96caab

RGB 150202171
HSL0.400.330.69
HSV144°26°79°
CMYK 0.260.000.15   0.21
XYZ41.048951.665446.3370
Yxy51.66540.29520.3716
Hunter Lab71.8786-23.848812.0934
CIE-Lab77.0803-23.267010.0470

#96caab color RGB value is (150,202,171).

#96caab hex color red value is 150, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #96caab hue: 0.40 , saturation: 0.33 and the lightness value of 96caab is 0.69.

The process color (four color CMYK) of #96caab color hex is 0.26, 0.00, 0.15, 0.21. Web safe color of #96caab is #99cc99. Color #96caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001010 10101011
Octal 226 312 253
Decimal 150 202 171
Hex 96 CA AB

RGB Percentages of Color #96caab

%28.68
%38.62
%32.70

CMYK Percentages of Color #96caab

%26
%0
%15
%21

Triadic Colors of #96caab

#96caab #ab96ca #caab96

Analogous Colors of #96caab

#96caab #96cac5 #9bca96

Monochromatic Colors of #96caab

#96caab

Complementary Color

#96caab #ca96b5

#96caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#96caab Color CSS Codes

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

#96caab Text Font Color

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

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


#96caab Background Color

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

This div background color is #96caab


#96caab Border Color

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

This div border color is #96caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96caab


Comments

No comments written yet.

Please login to write comment.