#52db99

#52db99 color hex

#52db99 hex color information.
RGB value of #52db99 is (82,219,153)
Change page background color to #52db99 | Reset

#52db99 rgb color chart

Color spaces of #52db99

RGB 82219153
HSL0.420.660.59
HSV151°63°86°
CMYK 0.630.000.30   0.14
XYZ34.561054.756838.8846
Yxy54.75680.26960.4271
Hunter Lab73.9978-46.127020.6426
CIE-Lab78.9010-52.178321.7267

Shades of #52db99

Tints of #52db99

RGB Percentages of Color #52db99

%18.06
%48.24
%33.70

CMYK Percentages of Color #52db99

%63
%0
%30
%14

#52db99 Color Info

#52db99 hex color red value is 82, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #52db99 hue: 0.42 , saturation: 0.66 and the lightness value of 52db99 is 0.59.

The process color (four color CMYK) of #52db99 hex color is 0.63, 0.00, 0.30, 0.14. Web safe color of #52db99 is #66cc99

Color #52db99 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 10011001
Octal 122 333 231
Decimal 82 219 153
Hexadecimal 52 DB 99

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #52db99

Triadic Colors of #52db99

#52db99 #9952db #db9952

Analogous Colors of #52db99

#52db99 #52d8db #52db54

Complementary Color of #52db99

#52db99 #db5293

#52db99 HSL Color Chart
#52db99 hsl color chart
#52db99 RGB Color Chart

#52db99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52db99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52db99 Color CSS Codes

.mybgcolor {background-color:#52db99; } 
.myforecolor {color:#52db99; }
.mybordercolor {border:3px solid #52db99; }
Sample text font color #52db99

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

html code
<p style="color:#52db99">Text here</p>
#52db99 background color

This div background color is #52db99

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

This div border color is #52db99

<div style="border:3px solid #52db99">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #52db99 Color Sample
#52db99border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(82,219,153, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #52db99; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #52db99;
  -webkit-box-shadow: 1px 1px 3px 2px #52db99;
  box-shadow:         1px 1px 3px 2px #52db99; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,219,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52db99">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #52db99

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top