Color Hex Logo

#52feca Color Hex

#52FECA
(82,254,202)
0 Favorites   0 Comments

Color spaces of #52feca

RGB 82254202
HSL0.450.990.66
HSV162°68°100°
CMYK 0.680.000.20   0.00
XYZ49.582276.941768.1151
Yxy76.94170.25470.3953
Hunter Lab87.7164-52.605615.3606
CIE-Lab90.2948-55.667212.2163

#52feca color RGB value is (82,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 11001010
Octal 122 376 312
Decimal 82 254 202
Hex 52 FE CA

RGB Percentages of Color #52feca

%15.24
%47.21
%37.55

CMYK Percentages of Color #52feca

%68
%0
%20
%0

Triadic Colors of #52feca

#52feca #ca52fe #feca52

Analogous Colors of #52feca

#52feca #52dcfe #52fe74

Monochromatic Colors of #52feca

#52feca

Complementary Color

#52feca #fe5286

#52feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#52feca Color CSS Codes

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

#52feca Text Font Color

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

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


#52feca Background Color

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

This div background color is #52feca


#52feca Border Color

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

This div border color is #52feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52feca

Related Colors


Comments

No comments written yet.

Please login to write comment.