Color Hex Logo

#52d69e Color Hex

#52D69E
(82,214,158)
0 Favorites   0 Comments

Color spaces of #52d69e

RGB 82214158
HSL0.430.620.58
HSV155°62°84°
CMYK 0.620.000.26   0.16
XYZ33.697852.355640.6773
Yxy52.35560.26590.4131
Hunter Lab72.3572-43.495017.3187
CIE-Lab77.4930-49.105617.1512

#52d69e color RGB value is (82,214,158).

#52d69e hex color red value is 82, green value is 214 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #52d69e hue: 0.43 , saturation: 0.62 and the lightness value of 52d69e is 0.58.

The process color (four color CMYK) of #52d69e color hex is 0.62, 0.00, 0.26, 0.16. Web safe color of #52d69e is #66cc99. Color #52d69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11010110 10011110
Octal 122 326 236
Decimal 82 214 158
Hex 52 D6 9E

RGB Percentages of Color #52d69e

%18.06
%47.14
%34.80

CMYK Percentages of Color #52d69e

%62
%0
%26
%16

Triadic Colors of #52d69e

#52d69e #9e52d6 #d69e52

Analogous Colors of #52d69e

#52d69e #52ccd6 #52d65c

Monochromatic Colors of #52d69e

#52d69e

Complementary Color

#52d69e #d6528a

#52d69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52d69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52d69e Color CSS Codes

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

#52d69e Text Font Color

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

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


#52d69e Background Color

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

This div background color is #52d69e


#52d69e Border Color

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

This div border color is #52d69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52d69e


Comments

No comments written yet.

Please login to write comment.