Color Hex Logo

#52edea Color Hex

#52EDEA
(82,237,234)
0 Favorites   0 Comments

Color spaces of #52edea

RGB 82237234
HSL0.500.810.63
HSV179°65°93°
CMYK 0.650.000.01   0.07
XYZ48.615168.302788.4634
Yxy68.30270.23670.3326
Hunter Lab82.6454-39.6293-5.6120
CIE-Lab86.1576-40.4686-10.4890

#52edea color RGB value is (82,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 11101010
Octal 122 355 352
Decimal 82 237 234
Hex 52 ED EA

RGB Percentages of Color #52edea

%14.83
%42.86
%42.31

CMYK Percentages of Color #52edea

%65
%0
%1
%7

Triadic Colors of #52edea

#52edea #ea52ed #edea52

Analogous Colors of #52edea

#52edea #52a3ed #52ed9d

Monochromatic Colors of #52edea

#52edea

Complementary Color

#52edea #ed5255

#52edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edea Color CSS Codes

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

#52edea Text Font Color

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

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


#52edea Background Color

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

This div background color is #52edea


#52edea Border Color

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

This div border color is #52edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edea


Comments

No comments written yet.

Please login to write comment.