Color Hex Logo

#96baa8 Color Hex

#96BAA8
(150,186,168)
0 Favorites   0 Comments

Color spaces of #96baa8

RGB 150186168
HSL0.420.210.66
HSV150°19°73°
CMYK 0.190.000.10   0.27
XYZ37.204544.429043.6606
Yxy44.42900.29690.3546
Hunter Lab66.6551-17.01407.8223
CIE-Lab72.5143-15.77335.1286

#96baa8 color RGB value is (150,186,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111010 10101000
Octal 226 272 250
Decimal 150 186 168
Hex 96 BA A8

RGB Percentages of Color #96baa8

%29.76
%36.90
%33.33

CMYK Percentages of Color #96baa8

%19
%0
%10
%27

Triadic Colors of #96baa8

#96baa8 #a896ba #baa896

Analogous Colors of #96baa8

#96baa8 #96baba #96ba96

Monochromatic Colors of #96baa8

#96baa8

Complementary Color

#96baa8 #ba96a8

#96baa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96baa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96baa8 Color CSS Codes

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

#96baa8 Text Font Color

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

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


#96baa8 Background Color

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

This div background color is #96baa8


#96baa8 Border Color

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

This div border color is #96baa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96baa8


Comments

No comments written yet.

Please login to write comment.