Color Hex Logo

#508202 Color Hex

#508202
(80,130,2)
0 Favorites   0 Comments

Color spaces of #508202

RGB 801302
HSL0.230.970.26
HSV83°98°51°
CMYK 0.380.000.98   0.49
XYZ11.301917.67512.8734
Yxy17.67510.35480.5549
Hunter Lab42.0418-25.587725.3770
CIE-Lab49.0996-34.730752.6962

#508202 color RGB value is (80,130,2).

#508202 hex color red value is 80, green value is 130 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #508202 hue: 0.23 , saturation: 0.97 and the lightness value of 508202 is 0.26.

The process color (four color CMYK) of #508202 color hex is 0.38, 0.00, 0.98, 0.49. Web safe color of #508202 is #669900. Color #508202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 00000010
Octal 120 202 2
Decimal 80 130 2
Hex 50 82 2

RGB Percentages of Color #508202

%37.74
%61.32
%0.94

CMYK Percentages of Color #508202

%38
%0
%98
%49

Triadic Colors of #508202

#508202 #025082 #820250

Analogous Colors of #508202

#508202 #108202 #827402

Monochromatic Colors of #508202

#508202

Complementary Color

#508202 #340282

#508202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508202 Color CSS Codes

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

#508202 Text Font Color

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

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


#508202 Background Color

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

This div background color is #508202


#508202 Border Color

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

This div border color is #508202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508202


Comments

No comments written yet.

Please login to write comment.