Color Hex Logo

#529005 Color Hex

#529005
(82,144,5)
0 Favorites   0 Comments

Color spaces of #529005

RGB 821445
HSL0.240.930.29
HSV87°97°56°
CMYK 0.430.000.97   0.44
XYZ13.480321.75133.6315
Yxy21.75130.34690.5597
Hunter Lab46.6383-30.023528.0302
CIE-Lab53.7621-39.949255.9014

#529005 color RGB value is (82,144,5).

#529005 hex color red value is 82, green value is 144 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #529005 hue: 0.24 , saturation: 0.93 and the lightness value of 529005 is 0.29.

The process color (four color CMYK) of #529005 color hex is 0.43, 0.00, 0.97, 0.44. Web safe color of #529005 is #669900. Color #529005 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 00000101
Octal 122 220 5
Decimal 82 144 5
Hex 52 90 5

RGB Percentages of Color #529005

%35.50
%62.34
%2.16

CMYK Percentages of Color #529005

%43
%0
%97
%44

Triadic Colors of #529005

#529005 #055290 #900552

Analogous Colors of #529005

#529005 #0c9005 #908905

Monochromatic Colors of #529005

#529005

Complementary Color

#529005 #430590

#529005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529005 Color CSS Codes

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

#529005 Text Font Color

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

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


#529005 Background Color

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

This div background color is #529005


#529005 Border Color

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

This div border color is #529005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529005


Comments

No comments written yet.

Please login to write comment.