Color Hex Logo

#52b86d Color Hex

#52B86D
(82,184,109)
0 Favorites   0 Comments

Color spaces of #52b86d

RGB 82184109
HSL0.380.420.52
HSV136°55°72°
CMYK 0.550.000.41   0.28
XYZ23.380537.178920.4120
Yxy37.17890.28880.4592
Hunter Lab60.9745-38.260122.8341
CIE-Lab67.4110-46.243729.3474

#52b86d color RGB value is (82,184,109).

#52b86d hex color red value is 82, green value is 184 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #52b86d hue: 0.38 , saturation: 0.42 and the lightness value of 52b86d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111000 01101101
Octal 122 270 155
Decimal 82 184 109
Hex 52 B8 6D

RGB Percentages of Color #52b86d

%21.87
%49.07
%29.07

CMYK Percentages of Color #52b86d

%55
%0
%41
%28

Triadic Colors of #52b86d

#52b86d #6d52b8 #b86d52

Analogous Colors of #52b86d

#52b86d #52b8a0 #6ab852

Monochromatic Colors of #52b86d

#52b86d

Complementary Color

#52b86d #b8529d

#52b86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b86d Color CSS Codes

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

#52b86d Text Font Color

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

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


#52b86d Background Color

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

This div background color is #52b86d


#52b86d Border Color

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

This div border color is #52b86d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,184,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 #52b86d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b86d


Comments

No comments written yet.

Please login to write comment.