Color Hex Logo

#52cdbe Color Hex

#52CDBE
(82,205,190)
0 Favorites   0 Comments

Color spaces of #52cdbe

RGB 82205190
HSL0.480.550.56
HSV173°60°80°
CMYK 0.600.000.07   0.20
XYZ34.605349.174256.3829
Yxy49.17420.24690.3508
Hunter Lab70.1243-34.63051.4154
CIE-Lab75.5596-37.6233-2.7437

#52cdbe color RGB value is (82,205,190).

#52cdbe hex color red value is 82, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #52cdbe hue: 0.48 , saturation: 0.55 and the lightness value of 52cdbe is 0.56.

The process color (four color CMYK) of #52cdbe color hex is 0.60, 0.00, 0.07, 0.20. Web safe color of #52cdbe is #66cccc. Color #52cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001101 10111110
Octal 122 315 276
Decimal 82 205 190
Hex 52 CD BE

RGB Percentages of Color #52cdbe

%17.19
%42.98
%39.83

CMYK Percentages of Color #52cdbe

%60
%0
%7
%20

Triadic Colors of #52cdbe

#52cdbe #be52cd #cdbe52

Analogous Colors of #52cdbe

#52cdbe #529fcd #52cd81

Monochromatic Colors of #52cdbe

#52cdbe

Complementary Color

#52cdbe #cd5261

#52cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cdbe Color CSS Codes

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

#52cdbe Text Font Color

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

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


#52cdbe Background Color

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

This div background color is #52cdbe


#52cdbe Border Color

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

This div border color is #52cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cdbe


Comments

No comments written yet.

Please login to write comment.