Color Hex Logo

#809082 Color Hex

#809082
(128,144,130)
0 Favorites   0 Comments

Color spaces of #809082

RGB 128144130
HSL0.350.070.53
HSV128°11°56°
CMYK 0.110.000.10   0.44
XYZ22.904626.147424.9588
Yxy26.14740.30950.3533
Hunter Lab51.1345-9.53026.8547
CIE-Lab58.1767-8.58085.4900

#809082 color RGB value is (128,144,130).

#809082 hex color red value is 128, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #809082 hue: 0.35 , saturation: 0.07 and the lightness value of 809082 is 0.53.

The process color (four color CMYK) of #809082 color hex is 0.11, 0.00, 0.10, 0.44. Web safe color of #809082 is #999999. Color #809082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010000 10000010
Octal 200 220 202
Decimal 128 144 130
Hex 80 90 82

RGB Percentages of Color #809082

%31.84
%35.82
%32.34

CMYK Percentages of Color #809082

%11
%0
%10
%44

Triadic Colors of #809082

#809082 #828090 #908280

Analogous Colors of #809082

#809082 #80908a #869080

Monochromatic Colors of #809082

#809082

Complementary Color

#809082 #90808e

#809082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809082 Color CSS Codes

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

#809082 Text Font Color

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

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


#809082 Background Color

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

This div background color is #809082


#809082 Border Color

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

This div border color is #809082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809082


Comments

No comments written yet.

Please login to write comment.