Color Hex Logo

#807a14 Color Hex

#807A14
(128,122,20)
0 Favorites   0 Comments

Color spaces of #807a14

RGB 12812220
HSL0.160.730.29
HSV57°84°50°
CMYK 0.000.050.84   0.50
XYZ15.987918.55883.4014
Yxy18.55880.42130.4891
Hunter Lab43.0799-9.144625.4747
CIE-Lab50.1670-9.194951.0923

#807a14 color RGB value is (128,122,20).

#807a14 hex color red value is 128, green value is 122 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #807a14 hue: 0.16 , saturation: 0.73 and the lightness value of 807a14 is 0.29.

The process color (four color CMYK) of #807a14 color hex is 0.00, 0.05, 0.84, 0.50. Web safe color of #807a14 is #996600. Color #807a14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111010 00010100
Octal 200 172 24
Decimal 128 122 20
Hex 80 7A 14

RGB Percentages of Color #807a14

%47.41
%45.19
%7.41

CMYK Percentages of Color #807a14

%0
%5
%84
%50

Triadic Colors of #807a14

#807a14 #14807a #7a1480

Analogous Colors of #807a14

#807a14 #508014 #804414

Monochromatic Colors of #807a14

#807a14

Complementary Color

#807a14 #141a80

#807a14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807a14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807a14 Color CSS Codes

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

#807a14 Text Font Color

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

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


#807a14 Background Color

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

This div background color is #807a14


#807a14 Border Color

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

This div border color is #807a14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,122,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807a14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807a14;
  -webkit-box-shadow: 1px 1px 3px 2px #807a14;
  box-shadow:         1px 1px 3px 2px #807a14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,122,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807a14


Comments

No comments written yet.

Please login to write comment.