Color Hex Logo

#52a37e Color Hex

#52A37E
(82,163,126)
0 Favorites   0 Comments

Color spaces of #52a37e

RGB 82163126
HSL0.420.330.48
HSV153°50°64°
CMYK 0.500.000.23   0.36
XYZ20.342829.494624.3595
Yxy29.49460.27420.3975
Hunter Lab54.3089-28.178911.4226
CIE-Lab61.2157-33.741611.7172

#52a37e color RGB value is (82,163,126).

#52a37e hex color red value is 82, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #52a37e hue: 0.42 , saturation: 0.33 and the lightness value of 52a37e is 0.48.

The process color (four color CMYK) of #52a37e color hex is 0.50, 0.00, 0.23, 0.36. Web safe color of #52a37e is #669966. Color #52a37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100011 01111110
Octal 122 243 176
Decimal 82 163 126
Hex 52 A3 7E

RGB Percentages of Color #52a37e

%22.10
%43.94
%33.96

CMYK Percentages of Color #52a37e

%50
%0
%23
%36

Triadic Colors of #52a37e

#52a37e #7e52a3 #a37e52

Analogous Colors of #52a37e

#52a37e #52a0a3 #52a356

Monochromatic Colors of #52a37e

#52a37e

Complementary Color

#52a37e #a35277

#52a37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a37e Color CSS Codes

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

#52a37e Text Font Color

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

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


#52a37e Background Color

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

This div background color is #52a37e


#52a37e Border Color

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

This div border color is #52a37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a37e


Comments

No comments written yet.

Please login to write comment.