Color Hex Logo

#52a778 Color Hex

#52A778
(82,167,120)
0 Favorites   0 Comments

Color spaces of #52a778

RGB 82167120
HSL0.410.340.49
HSV147°51°65°
CMYK 0.510.000.28   0.35
XYZ20.688630.787322.6214
Yxy30.78730.27920.4155
Hunter Lab55.4863-30.545614.6683
CIE-Lab62.3277-36.849416.5937

#52a778 color RGB value is (82,167,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100111 01111000
Octal 122 247 170
Decimal 82 167 120
Hex 52 A7 78

RGB Percentages of Color #52a778

%22.22
%45.26
%32.52

CMYK Percentages of Color #52a778

%51
%0
%28
%35

Triadic Colors of #52a778

#52a778 #7852a7 #a77852

Analogous Colors of #52a778

#52a778 #52a7a3 #57a752

Monochromatic Colors of #52a778

#52a778

Complementary Color

#52a778 #a75281

#52a778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a778 Color CSS Codes

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

#52a778 Text Font Color

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

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


#52a778 Background Color

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

This div background color is #52a778


#52a778 Border Color

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

This div border color is #52a778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a778


Comments

No comments written yet.

Please login to write comment.