Color Hex Logo

#52dddd Color Hex

#52DDDD
(82,221,221)
0 Favorites   0 Comments

Color spaces of #52dddd

RGB 82221221
HSL0.500.670.59
HSV180°63°87°
CMYK 0.630.000.00   0.13
XYZ42.387358.727277.5081
Yxy58.72720.23730.3288
Hunter Lab76.6337-35.3777-6.3230
CIE-Lab81.1414-36.7079-11.0919

#52dddd color RGB value is (82,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011101 11011101
Octal 122 335 335
Decimal 82 221 221
Hex 52 DD DD

RGB Percentages of Color #52dddd

%15.65
%42.18
%42.18

CMYK Percentages of Color #52dddd

%63
%0
%0
%13

Triadic Colors of #52dddd

#52dddd #dd52dd #dddd52

Analogous Colors of #52dddd

#52dddd #5298dd #52dd98

Monochromatic Colors of #52dddd

#52dddd

Complementary Color

#52dddd #dd5252

#52dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dddd Color CSS Codes

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

#52dddd Text Font Color

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

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


#52dddd Background Color

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

This div background color is #52dddd


#52dddd Border Color

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

This div border color is #52dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dddd


Comments

No comments written yet.

Please login to write comment.