Color Hex Logo

#9cc4aa Color Hex

#9CC4AA
(156,196,170)
0 Favorites   0 Comments

Color spaces of #9cc4aa

RGB 156196170
HSL0.390.250.69
HSV141°20°77°
CMYK 0.200.000.13   0.23
XYZ40.705949.450145.4296
Yxy49.45010.30020.3647
Hunter Lab70.3208-19.734810.9212
CIE-Lab75.7305-18.50438.7082

#9cc4aa color RGB value is (156,196,170).

#9cc4aa hex color red value is 156, green value is 196 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9cc4aa hue: 0.39 , saturation: 0.25 and the lightness value of 9cc4aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000100 10101010
Octal 234 304 252
Decimal 156 196 170
Hex 9C C4 AA

RGB Percentages of Color #9cc4aa

%29.89
%37.55
%32.57

CMYK Percentages of Color #9cc4aa

%20
%0
%13
%23

Triadic Colors of #9cc4aa

#9cc4aa #aa9cc4 #c4aa9c

Analogous Colors of #9cc4aa

#9cc4aa #9cc4be #a2c49c

Monochromatic Colors of #9cc4aa

#9cc4aa

Complementary Color

#9cc4aa #c49cb6

#9cc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc4aa Color CSS Codes

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

#9cc4aa Text Font Color

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

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


#9cc4aa Background Color

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

This div background color is #9cc4aa


#9cc4aa Border Color

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

This div border color is #9cc4aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,196,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc4aa


Comments

No comments written yet.

Please login to write comment.