Color Hex Logo

#52fedd Color Hex

#52FEDD
(82,254,221)
0 Favorites   0 Comments

Color spaces of #52fedd

RGB 82254221
HSL0.470.990.66
HSV168°68°100°
CMYK 0.680.000.13   0.00
XYZ51.972677.897980.7032
Yxy77.89790.24680.3699
Hunter Lab88.2598-49.34327.5681
CIE-Lab90.7333-51.19033.0250

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

#52fedd hex color red value is 82, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #52fedd hue: 0.47 , saturation: 0.99 and the lightness value of 52fedd is 0.66.

The process color (four color CMYK) of #52fedd color hex is 0.68, 0.00, 0.13, 0.00. Web safe color of #52fedd is #66ffcc. Color #52fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 11011101
Octal 122 376 335
Decimal 82 254 221
Hex 52 FE DD

RGB Percentages of Color #52fedd

%14.72
%45.60
%39.68

CMYK Percentages of Color #52fedd

%68
%0
%13
%0

Triadic Colors of #52fedd

#52fedd #dd52fe #fedd52

Analogous Colors of #52fedd

#52fedd #52c9fe #52fe87

Monochromatic Colors of #52fedd

#52fedd

Complementary Color

#52fedd #fe5273

#52fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fedd Color CSS Codes

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

#52fedd Text Font Color

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

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


#52fedd Background Color

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

This div background color is #52fedd


#52fedd Border Color

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

This div border color is #52fedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,254,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 #52fedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fedd


Comments

No comments written yet.

Please login to write comment.