Color Hex Logo

#9ca809 Color Hex

#9CA809
(156,168,9)
0 Favorites   0 Comments

Color spaces of #9ca809

RGB 1561689
HSL0.180.900.35
HSV65°95°66°
CMYK 0.070.000.95   0.34
XYZ27.762235.09295.5688
Yxy35.09290.40570.5129
Hunter Lab59.2393-20.015535.8939
CIE-Lab65.8209-20.928366.8318

#9ca809 color RGB value is (156,168,9).

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

The process color (four color CMYK) of #9ca809 color hex is 0.07, 0.00, 0.95, 0.34. Web safe color of #9ca809 is #999900. Color #9ca809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101000 00001001
Octal 234 250 11
Decimal 156 168 9
Hex 9C A8 9

RGB Percentages of Color #9ca809

%46.85
%50.45
%2.70

CMYK Percentages of Color #9ca809

%7
%0
%95
%34

Triadic Colors of #9ca809

#9ca809 #099ca8 #a8099c

Analogous Colors of #9ca809

#9ca809 #4da809 #a86509

Monochromatic Colors of #9ca809

#9ca809

Complementary Color

#9ca809 #1509a8

#9ca809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca809 Color CSS Codes

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

#9ca809 Text Font Color

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

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


#9ca809 Background Color

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

This div background color is #9ca809


#9ca809 Border Color

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

This div border color is #9ca809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca809


Comments

No comments written yet.

Please login to write comment.