Color Hex Logo

#508204 Color Hex

#508204
(80,130,4)
0 Favorites   0 Comments

Color spaces of #508204

RGB 801304
HSL0.230.940.26
HSV84°97°51°
CMYK 0.380.000.97   0.49
XYZ11.312817.67952.9311
Yxy17.67950.35440.5538
Hunter Lab42.0470-25.556625.2998
CIE-Lab49.1050-34.675052.3096

#508204 color RGB value is (80,130,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000010 00000100
Octal 120 202 4
Decimal 80 130 4
Hex 50 82 4

RGB Percentages of Color #508204

%37.38
%60.75
%1.87

CMYK Percentages of Color #508204

%38
%0
%97
%49

Triadic Colors of #508204

#508204 #045082 #820450

Analogous Colors of #508204

#508204 #118204 #827504

Monochromatic Colors of #508204

#508204

Complementary Color

#508204 #360482

#508204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508204 Color CSS Codes

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

#508204 Text Font Color

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

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


#508204 Background Color

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

This div background color is #508204


#508204 Border Color

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

This div border color is #508204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508204


Comments

No comments written yet.

Please login to write comment.