Color Hex Logo

#505402 Color Hex

#505402
(80,84,2)
0 Favorites   0 Comments

Color spaces of #505402

RGB 80842
HSL0.170.950.17
HSV63°98°33°
CMYK 0.050.000.98   0.67
XYZ6.48958.05051.2693
Yxy8.05050.41050.5092
Hunter Lab28.3734-8.827317.2090
CIE-Lab34.0878-11.536641.0097

#505402 color RGB value is (80,84,2).

#505402 hex color red value is 80, green value is 84 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #505402 hue: 0.17 , saturation: 0.95 and the lightness value of 505402 is 0.17.

The process color (four color CMYK) of #505402 color hex is 0.05, 0.00, 0.98, 0.67. Web safe color of #505402 is #666600. Color #505402 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 00000010
Octal 120 124 2
Decimal 80 84 2
Hex 50 54 2

RGB Percentages of Color #505402

%48.19
%50.60
%1.20

CMYK Percentages of Color #505402

%5
%0
%98
%67

Triadic Colors of #505402

#505402 #025054 #540250

Analogous Colors of #505402

#505402 #275402 #542f02

Monochromatic Colors of #505402

#505402

Complementary Color

#505402 #060254

#505402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505402 Color CSS Codes

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

#505402 Text Font Color

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

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


#505402 Background Color

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

This div background color is #505402


#505402 Border Color

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

This div border color is #505402


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,84,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505402; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505402;
  -webkit-box-shadow: 1px 1px 3px 2px #505402;
  box-shadow:         1px 1px 3px 2px #505402; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505402


Comments

No comments written yet.

Please login to write comment.