Color Hex Logo

#52da93 Color Hex

#52DA93
(82,218,147)
0 Favorites   0 Comments

Color spaces of #52da93

RGB 82218147
HSL0.410.650.59
HSV149°62°85°
CMYK 0.620.000.33   0.15
XYZ33.817554.043236.2528
Yxy54.04320.27250.4354
Hunter Lab73.5141-46.537222.2215
CIE-Lab78.4869-52.971324.2891

#52da93 color RGB value is (82,218,147).

#52da93 hex color red value is 82, green value is 218 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #52da93 hue: 0.41 , saturation: 0.65 and the lightness value of 52da93 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 10010011
Octal 122 332 223
Decimal 82 218 147
Hex 52 DA 93

RGB Percentages of Color #52da93

%18.34
%48.77
%32.89

CMYK Percentages of Color #52da93

%62
%0
%33
%15

Triadic Colors of #52da93

#52da93 #9352da #da9352

Analogous Colors of #52da93

#52da93 #52dad7 #55da52

Monochromatic Colors of #52da93

#52da93

Complementary Color

#52da93 #da5299

#52da93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52da93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52da93 Color CSS Codes

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

#52da93 Text Font Color

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

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


#52da93 Background Color

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

This div background color is #52da93


#52da93 Border Color

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

This div border color is #52da93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52da93


Comments

No comments written yet.

Please login to write comment.