Color Hex Logo

#52fedc Color Hex

#52FEDC
(82,254,220)
0 Favorites   0 Comments

Color spaces of #52fedc

RGB 82254220
HSL0.470.990.66
HSV168°68°100°
CMYK 0.680.000.13   0.00
XYZ51.839877.844880.0035
Yxy77.84480.24720.3712
Hunter Lab88.2297-49.52347.9988
CIE-Lab90.7090-51.43433.5078

#52fedc color RGB value is (82,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 11011100
Octal 122 376 334
Decimal 82 254 220
Hex 52 FE DC

RGB Percentages of Color #52fedc

%14.75
%45.68
%39.57

CMYK Percentages of Color #52fedc

%68
%0
%13
%0

Triadic Colors of #52fedc

#52fedc #dc52fe #fedc52

Analogous Colors of #52fedc

#52fedc #52cafe #52fe86

Monochromatic Colors of #52fedc

#52fedc

Complementary Color

#52fedc #fe5274

#52fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fedc Color CSS Codes

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

#52fedc Text Font Color

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

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


#52fedc Background Color

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

This div background color is #52fedc


#52fedc Border Color

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

This div border color is #52fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fedc


Comments

No comments written yet.

Please login to write comment.