Color Hex Logo

#52edcd Color Hex

#52EDCD
(82,237,205)
0 Favorites   0 Comments

Color spaces of #52edcd

RGB 82237205
HSL0.470.810.63
HSV168°65°93°
CMYK 0.650.000.14   0.07
XYZ44.783366.770068.2852
Yxy66.77000.24900.3713
Hunter Lab81.7129-45.16957.6520
CIE-Lab85.3877-47.94453.6135

#52edcd color RGB value is (82,237,205).

#52edcd hex color red value is 82, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #52edcd hue: 0.47 , saturation: 0.81 and the lightness value of 52edcd is 0.63.

The process color (four color CMYK) of #52edcd color hex is 0.65, 0.00, 0.14, 0.07. Web safe color of #52edcd is #66ffcc. Color #52edcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 11001101
Octal 122 355 315
Decimal 82 237 205
Hex 52 ED CD

RGB Percentages of Color #52edcd

%15.65
%45.23
%39.12

CMYK Percentages of Color #52edcd

%65
%0
%14
%7

Triadic Colors of #52edcd

#52edcd #cd52ed #edcd52

Analogous Colors of #52edcd

#52edcd #52c0ed #52ed80

Monochromatic Colors of #52edcd

#52edcd

Complementary Color

#52edcd #ed5272

#52edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edcd Color CSS Codes

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

#52edcd Text Font Color

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

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


#52edcd Background Color

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

This div background color is #52edcd


#52edcd Border Color

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

This div border color is #52edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edcd


Comments

No comments written yet.

Please login to write comment.