Color Hex Logo

#9caa0a Color Hex

#9CAA0A
(156,170,10)
0 Favorites   0 Comments

Color spaces of #9caa0a

RGB 15617010
HSL0.180.890.35
HSV65°94°67°
CMYK 0.080.000.94   0.33
XYZ28.139835.83935.7217
Yxy35.83930.40370.5142
Hunter Lab59.8659-20.862036.2395
CIE-Lab66.3970-21.913967.1517

#9caa0a color RGB value is (156,170,10).

#9caa0a hex color red value is 156, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #9caa0a hue: 0.18 , saturation: 0.89 and the lightness value of 9caa0a is 0.35.

The process color (four color CMYK) of #9caa0a color hex is 0.08, 0.00, 0.94, 0.33. Web safe color of #9caa0a is #999900. Color #9caa0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101010 00001010
Octal 234 252 12
Decimal 156 170 10
Hex 9C AA A

RGB Percentages of Color #9caa0a

%46.43
%50.60
%2.98

CMYK Percentages of Color #9caa0a

%8
%0
%94
%33

Triadic Colors of #9caa0a

#9caa0a #0a9caa #aa0a9c

Analogous Colors of #9caa0a

#9caa0a #4caa0a #aa680a

Monochromatic Colors of #9caa0a

#9caa0a

Complementary Color

#9caa0a #180aaa

#9caa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caa0a Color CSS Codes

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

#9caa0a Text Font Color

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

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


#9caa0a Background Color

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

This div background color is #9caa0a


#9caa0a Border Color

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

This div border color is #9caa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caa0a


Comments

No comments written yet.

Please login to write comment.