Color Hex Logo

#505902 Color Hex

#505902
(80,89,2)
0 Favorites   0 Comments

Color spaces of #505902

RGB 80892
HSL0.180.960.18
HSV66°98°35°
CMYK 0.100.000.98   0.65
XYZ6.89168.85461.4033
Yxy8.85460.40190.5163
Hunter Lab29.7567-10.733918.0336
CIE-Lab35.7028-14.361342.2514

#505902 color RGB value is (80,89,2).

#505902 hex color red value is 80, green value is 89 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #505902 hue: 0.18 , saturation: 0.96 and the lightness value of 505902 is 0.18.

The process color (four color CMYK) of #505902 color hex is 0.10, 0.00, 0.98, 0.65. Web safe color of #505902 is #666600. Color #505902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 00000010
Octal 120 131 2
Decimal 80 89 2
Hex 50 59 2

RGB Percentages of Color #505902

%46.78
%52.05
%1.17

CMYK Percentages of Color #505902

%10
%0
%98
%65

Triadic Colors of #505902

#505902 #025059 #590250

Analogous Colors of #505902

#505902 #245902 #593702

Monochromatic Colors of #505902

#505902

Complementary Color

#505902 #0b0259

#505902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505902 Color CSS Codes

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

#505902 Text Font Color

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

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


#505902 Background Color

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

This div background color is #505902


#505902 Border Color

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

This div border color is #505902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505902


Comments

No comments written yet.

Please login to write comment.