Color Hex Logo

#96bfab Color Hex

#96BFAB
(150,191,171)
0 Favorites   0 Comments

Color spaces of #96bfab

RGB 150191171
HSL0.420.240.67
HSV151°21°75°
CMYK 0.210.000.10   0.25
XYZ38.559246.685945.5071
Yxy46.68590.29490.3571
Hunter Lab68.3271-18.83908.3407
CIE-Lab73.9884-17.74065.6197

#96bfab color RGB value is (150,191,171).

#96bfab hex color red value is 150, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #96bfab hue: 0.42 , saturation: 0.24 and the lightness value of 96bfab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 10101011
Octal 226 277 253
Decimal 150 191 171
Hex 96 BF AB

RGB Percentages of Color #96bfab

%29.30
%37.30
%33.40

CMYK Percentages of Color #96bfab

%21
%0
%10
%25

Triadic Colors of #96bfab

#96bfab #ab96bf #bfab96

Analogous Colors of #96bfab

#96bfab #96bfbf #96bf97

Monochromatic Colors of #96bfab

#96bfab

Complementary Color

#96bfab #bf96aa

#96bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bfab Color CSS Codes

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

#96bfab Text Font Color

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

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


#96bfab Background Color

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

This div background color is #96bfab


#96bfab Border Color

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

This div border color is #96bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bfab


Comments

No comments written yet.

Please login to write comment.