Color Hex Logo

#96cdac Color Hex

#96CDAC
(150,205,172)
0 Favorites   0 Comments

Color spaces of #96cdac

RGB 150205172
HSL0.400.350.70
HSV144°27°80°
CMYK 0.270.000.16   0.20
XYZ41.855453.125247.0779
Yxy53.12520.29460.3740
Hunter Lab72.8870-25.048612.7254
CIE-Lab77.9489-24.551510.7469

#96cdac color RGB value is (150,205,172).

#96cdac hex color red value is 150, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #96cdac hue: 0.40 , saturation: 0.35 and the lightness value of 96cdac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001101 10101100
Octal 226 315 254
Decimal 150 205 172
Hex 96 CD AC

RGB Percentages of Color #96cdac

%28.46
%38.90
%32.64

CMYK Percentages of Color #96cdac

%27
%0
%16
%20

Triadic Colors of #96cdac

#96cdac #ac96cd #cdac96

Analogous Colors of #96cdac

#96cdac #96cdc8 #9ccd96

Monochromatic Colors of #96cdac

#96cdac

Complementary Color

#96cdac #cd96b7

#96cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cdac Color CSS Codes

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

#96cdac Text Font Color

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

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


#96cdac Background Color

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

This div background color is #96cdac


#96cdac Border Color

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

This div border color is #96cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cdac


Comments

No comments written yet.

Please login to write comment.