Color Hex Logo

#809409 Color Hex

#809409
(128,148,9)
0 Favorites   0 Comments

Color spaces of #809409

RGB 1281489
HSL0.190.890.31
HSV69°94°58°
CMYK 0.140.000.94   0.42
XYZ19.541325.78874.2062
Yxy25.78870.39450.5206
Hunter Lab50.7826-20.182130.6370
CIE-Lab57.8359-23.154459.6940

#809409 color RGB value is (128,148,9).

#809409 hex color red value is 128, green value is 148 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #809409 hue: 0.19 , saturation: 0.89 and the lightness value of 809409 is 0.31.

The process color (four color CMYK) of #809409 color hex is 0.14, 0.00, 0.94, 0.42. Web safe color of #809409 is #999900. Color #809409 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010100 00001001
Octal 200 224 11
Decimal 128 148 9
Hex 80 94 9

RGB Percentages of Color #809409

%44.91
%51.93
%3.16

CMYK Percentages of Color #809409

%14
%0
%94
%42

Triadic Colors of #809409

#809409 #098094 #940980

Analogous Colors of #809409

#809409 #3b9409 #946309

Monochromatic Colors of #809409

#809409

Complementary Color

#809409 #1d0994

#809409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809409 Color CSS Codes

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

#809409 Text Font Color

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

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


#809409 Background Color

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

This div background color is #809409


#809409 Border Color

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

This div border color is #809409


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,148,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 #809409">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809409


Comments

No comments written yet.

Please login to write comment.