Color Hex Logo

#52feee Color Hex

#52FEEE
(82,254,238)
0 Favorites   0 Comments

Color spaces of #52feee

RGB 82254238
HSL0.480.990.66
HSV174°68°100°
CMYK 0.680.000.06   0.00
XYZ54.354178.850593.2438
Yxy78.85050.24000.3482
Hunter Lab88.7978-46.1344-0.1001
CIE-Lab91.1666-46.9060-5.1555

#52feee color RGB value is (82,254,238).

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

The process color (four color CMYK) of #52feee color hex is 0.68, 0.00, 0.06, 0.00. Web safe color of #52feee is #66ffff. Color #52feee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 11101110
Octal 122 376 356
Decimal 82 254 238
Hex 52 FE EE

RGB Percentages of Color #52feee

%14.29
%44.25
%41.46

CMYK Percentages of Color #52feee

%68
%0
%6
%0

Triadic Colors of #52feee

#52feee #ee52fe #feee52

Analogous Colors of #52feee

#52feee #52b8fe #52fe98

Monochromatic Colors of #52feee

#52feee

Complementary Color

#52feee #fe5262

#52feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52feee Color CSS Codes

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

#52feee Text Font Color

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

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


#52feee Background Color

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

This div background color is #52feee


#52feee Border Color

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

This div border color is #52feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52feee


Comments

No comments written yet.

Please login to write comment.