Color Hex Logo

#52dbbd Color Hex

#52DBBD
(82,219,189)
0 Favorites   0 Comments

Color spaces of #52dbbd

RGB 82219189
HSL0.460.660.59
HSV167°63°86°
CMYK 0.630.000.14   0.14
XYZ37.996556.131056.9759
Yxy56.13100.25150.3715
Hunter Lab74.9206-40.58367.3554
CIE-Lab79.6883-44.11853.8138

#52dbbd color RGB value is (82,219,189).

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

The process color (four color CMYK) of #52dbbd color hex is 0.63, 0.00, 0.14, 0.14. Web safe color of #52dbbd is #66cccc. Color #52dbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 10111101
Octal 122 333 275
Decimal 82 219 189
Hex 52 DB BD

RGB Percentages of Color #52dbbd

%16.73
%44.69
%38.57

CMYK Percentages of Color #52dbbd

%63
%0
%14
%14

Triadic Colors of #52dbbd

#52dbbd #bd52db #dbbd52

Analogous Colors of #52dbbd

#52dbbd #52b5db #52db79

Monochromatic Colors of #52dbbd

#52dbbd

Complementary Color

#52dbbd #db5270

#52dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dbbd Color CSS Codes

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

#52dbbd Text Font Color

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

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


#52dbbd Background Color

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

This div background color is #52dbbd


#52dbbd Border Color

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

This div border color is #52dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dbbd

#52dbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.