Color Hex Logo

#52b46a Color Hex

#52B46A
(82,180,106)
0 Favorites   0 Comments

Color spaces of #52b46a

RGB 82180106
HSL0.370.400.51
HSV135°54°71°
CMYK 0.540.000.41   0.29
XYZ22.402535.477019.3027
Yxy35.47700.29030.4597
Hunter Lab59.5626-37.097622.4794
CIE-Lab66.1184-45.102529.2309

#52b46a color RGB value is (82,180,106).

#52b46a hex color red value is 82, green value is 180 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #52b46a hue: 0.37 , saturation: 0.40 and the lightness value of 52b46a is 0.51.

The process color (four color CMYK) of #52b46a color hex is 0.54, 0.00, 0.41, 0.29. Web safe color of #52b46a is #66cc66. Color #52b46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110100 01101010
Octal 122 264 152
Decimal 82 180 106
Hex 52 B4 6A

RGB Percentages of Color #52b46a

%22.28
%48.91
%28.80

CMYK Percentages of Color #52b46a

%54
%0
%41
%29

Triadic Colors of #52b46a

#52b46a #6a52b4 #b46a52

Analogous Colors of #52b46a

#52b46a #52b49b #6bb452

Monochromatic Colors of #52b46a

#52b46a

Complementary Color

#52b46a #b4529c

#52b46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b46a Color CSS Codes

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

#52b46a Text Font Color

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

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


#52b46a Background Color

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

This div background color is #52b46a


#52b46a Border Color

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

This div border color is #52b46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b46a


Comments

No comments written yet.

Please login to write comment.