Color Hex Logo

#52bd0a Color Hex

#52BD0A
(82,189,10)
0 Favorites   0 Comments

Color spaces of #52bd0a

RGB 8218910
HSL0.270.900.39
HSV96°95°74°
CMYK 0.570.000.95   0.26
XYZ21.732138.21096.5172
Yxy38.21090.32700.5749
Hunter Lab61.8150-45.421537.0195
CIE-Lab68.1758-57.082766.8964

#52bd0a color RGB value is (82,189,10).

#52bd0a hex color red value is 82, green value is 189 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #52bd0a hue: 0.27 , saturation: 0.90 and the lightness value of 52bd0a is 0.39.

The process color (four color CMYK) of #52bd0a color hex is 0.57, 0.00, 0.95, 0.26. Web safe color of #52bd0a is #66cc00. Color #52bd0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111101 00001010
Octal 122 275 12
Decimal 82 189 10
Hex 52 BD A

RGB Percentages of Color #52bd0a

%29.18
%67.26
%3.56

CMYK Percentages of Color #52bd0a

%57
%0
%95
%26

Triadic Colors of #52bd0a

#52bd0a #0a52bd #bd0a52

Analogous Colors of #52bd0a

#52bd0a #0abd1c #acbd0a

Monochromatic Colors of #52bd0a

#52bd0a

Complementary Color

#52bd0a #750abd

#52bd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bd0a Color CSS Codes

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

#52bd0a Text Font Color

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

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


#52bd0a Background Color

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

This div background color is #52bd0a


#52bd0a Border Color

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

This div border color is #52bd0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,189,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52bd0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52bd0a;
  -webkit-box-shadow: 1px 1px 3px 2px #52bd0a;
  box-shadow:         1px 1px 3px 2px #52bd0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bd0a


Comments

No comments written yet.

Please login to write comment.