Color Hex Logo

#52d490 Color Hex

#52D490
(82,212,144)
0 Favorites   0 Comments

Color spaces of #52d490

RGB 82212144
HSL0.410.600.58
HSV149°61°83°
CMYK 0.610.000.32   0.17
XYZ32.057250.894434.5196
Yxy50.89440.27290.4333
Hunter Lab71.3403-44.635521.2494
CIE-Lab76.6150-51.160023.3069

#52d490 color RGB value is (82,212,144).

#52d490 hex color red value is 82, green value is 212 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #52d490 hue: 0.41 , saturation: 0.60 and the lightness value of 52d490 is 0.58.

The process color (four color CMYK) of #52d490 color hex is 0.61, 0.00, 0.32, 0.17. Web safe color of #52d490 is #66cc99. Color #52d490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11010100 10010000
Octal 122 324 220
Decimal 82 212 144
Hex 52 D4 90

RGB Percentages of Color #52d490

%18.72
%48.40
%32.88

CMYK Percentages of Color #52d490

%61
%0
%32
%17

Triadic Colors of #52d490

#52d490 #9052d4 #d49052

Analogous Colors of #52d490

#52d490 #52d4d1 #55d452

Monochromatic Colors of #52d490

#52d490

Complementary Color

#52d490 #d45296

#52d490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52d490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52d490 Color CSS Codes

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

#52d490 Text Font Color

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

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


#52d490 Background Color

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

This div background color is #52d490


#52d490 Border Color

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

This div border color is #52d490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52d490


Comments

No comments written yet.

Please login to write comment.