Color Hex Logo

#9cccac Color Hex

#9CCCAC
(156,204,172)
0 Favorites   0 Comments

Color spaces of #9cccac

RGB 156204172
HSL0.390.320.71
HSV140°24°80°
CMYK 0.240.000.16   0.20
XYZ42.749653.232247.0514
Yxy53.23220.29890.3722
Hunter Lab72.9604-23.092412.8368
CIE-Lab78.0119-22.133310.8840

#9cccac color RGB value is (156,204,172).

#9cccac hex color red value is 156, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9cccac hue: 0.39 , saturation: 0.32 and the lightness value of 9cccac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 10101100
Octal 234 314 254
Decimal 156 204 172
Hex 9C CC AC

RGB Percentages of Color #9cccac

%29.32
%38.35
%32.33

CMYK Percentages of Color #9cccac

%24
%0
%16
%20

Triadic Colors of #9cccac

#9cccac #ac9ccc #ccac9c

Analogous Colors of #9cccac

#9cccac #9cccc4 #a4cc9c

Monochromatic Colors of #9cccac

#9cccac

Complementary Color

#9cccac #cc9cbc

#9cccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccac Color CSS Codes

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

#9cccac Text Font Color

<p style="color:#9cccac">Text here</p>

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


#9cccac Background Color

<div style="background-color:#9cccac">
Div content here</div>

This div background color is #9cccac


#9cccac Border Color

<div style="border:3px solid #9cccac">
Div here</div>

This div border color is #9cccac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,204,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cccac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cccac;
  -webkit-box-shadow: 1px 1px 3px 2px #9cccac;
  box-shadow:         1px 1px 3px 2px #9cccac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,204,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 #9cccac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccac


Comments

No comments written yet.

Please login to write comment.