Color Hex Logo

#96dcac Color Hex

#96DCAC
(150,220,172)
0 Favorites   0 Comments

Color spaces of #96dcac

RGB 150220172
HSL0.390.500.73
HSV139°32°86°
CMYK 0.320.000.22   0.14
XYZ45.617360.649048.3319
Yxy60.64900.29510.3923
Hunter Lab77.8775-31.727917.7180
CIE-Lab82.1897-31.759716.7277

#96dcac color RGB value is (150,220,172).

#96dcac hex color red value is 150, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #96dcac hue: 0.39 , saturation: 0.50 and the lightness value of 96dcac is 0.73.

The process color (four color CMYK) of #96dcac color hex is 0.32, 0.00, 0.22, 0.14. Web safe color of #96dcac is #99cc99. Color #96dcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011100 10101100
Octal 226 334 254
Decimal 150 220 172
Hex 96 DC AC

RGB Percentages of Color #96dcac

%27.68
%40.59
%31.73

CMYK Percentages of Color #96dcac

%32
%0
%22
%14

Triadic Colors of #96dcac

#96dcac #ac96dc #dcac96

Analogous Colors of #96dcac

#96dcac #96dccf #a3dc96

Monochromatic Colors of #96dcac

#96dcac

Complementary Color

#96dcac #dc96c6

#96dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dcac Color CSS Codes

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

#96dcac Text Font Color

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

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


#96dcac Background Color

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

This div background color is #96dcac


#96dcac Border Color

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

This div border color is #96dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dcac


Comments

No comments written yet.

Please login to write comment.