Color Hex Logo

#52a76d Color Hex

#52A76D
(82,167,109)
0 Favorites   0 Comments

Color spaces of #52a76d

RGB 82167109
HSL0.390.340.49
HSV139°51°65°
CMYK 0.510.000.35   0.35
XYZ20.058730.535419.3047
Yxy30.53540.28700.4369
Hunter Lab55.2588-31.908317.9682
CIE-Lab62.1135-39.010122.3220

#52a76d color RGB value is (82,167,109).

#52a76d hex color red value is 82, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #52a76d hue: 0.39 , saturation: 0.34 and the lightness value of 52a76d is 0.49.

The process color (four color CMYK) of #52a76d color hex is 0.51, 0.00, 0.35, 0.35. Web safe color of #52a76d is #669966. Color #52a76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100111 01101101
Octal 122 247 155
Decimal 82 167 109
Hex 52 A7 6D

RGB Percentages of Color #52a76d

%22.91
%46.65
%30.45

CMYK Percentages of Color #52a76d

%51
%0
%35
%35

Triadic Colors of #52a76d

#52a76d #6d52a7 #a76d52

Analogous Colors of #52a76d

#52a76d #52a798 #62a752

Monochromatic Colors of #52a76d

#52a76d

Complementary Color

#52a76d #a7528c

#52a76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a76d Color CSS Codes

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

#52a76d Text Font Color

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

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


#52a76d Background Color

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

This div background color is #52a76d


#52a76d Border Color

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

This div border color is #52a76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a76d


Comments

No comments written yet.

Please login to write comment.