Color Hex Logo

#809b0a Color Hex

#809B0A
(128,155,10)
0 Favorites   0 Comments

Color spaces of #809b0a

RGB 12815510
HSL0.200.880.32
HSV71°94°61°
CMYK 0.170.000.94   0.39
XYZ20.678228.05384.6122
Yxy28.05380.38760.5259
Hunter Lab52.9658-23.002731.9132
CIE-Lab59.9373-26.596661.2082

#809b0a color RGB value is (128,155,10).

#809b0a hex color red value is 128, green value is 155 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #809b0a hue: 0.20 , saturation: 0.88 and the lightness value of 809b0a is 0.32.

The process color (four color CMYK) of #809b0a color hex is 0.17, 0.00, 0.94, 0.39. Web safe color of #809b0a is #999900. Color #809b0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 00001010
Octal 200 233 12
Decimal 128 155 10
Hex 80 9B A

RGB Percentages of Color #809b0a

%43.69
%52.90
%3.41

CMYK Percentages of Color #809b0a

%17
%0
%94
%39

Triadic Colors of #809b0a

#809b0a #0a809b #9b0a80

Analogous Colors of #809b0a

#809b0a #389b0a #9b6e0a

Monochromatic Colors of #809b0a

#809b0a

Complementary Color

#809b0a #250a9b

#809b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#809b0a Color CSS Codes

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

#809b0a Text Font Color

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

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


#809b0a Background Color

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

This div background color is #809b0a


#809b0a Border Color

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

This div border color is #809b0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,155,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #809b0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #809b0a;
  -webkit-box-shadow: 1px 1px 3px 2px #809b0a;
  box-shadow:         1px 1px 3px 2px #809b0a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809b0a


Comments

No comments written yet.

Please login to write comment.