Color Hex Logo

#52deea Color Hex

#52DEEA
(82,222,234)
0 Favorites   0 Comments

Color spaces of #52deea

RGB 82222234
HSL0.510.780.62
HSV185°65°92°
CMYK 0.650.050.00   0.08
XYZ44.452259.976987.0757
Yxy59.97690.23210.3132
Hunter Lab77.4448-33.0718-12.4519
CIE-Lab81.8256-33.5521-16.9769

#52deea color RGB value is (82,222,234).

#52deea hex color red value is 82, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #52deea hue: 0.51 , saturation: 0.78 and the lightness value of 52deea is 0.62.

The process color (four color CMYK) of #52deea color hex is 0.65, 0.05, 0.00, 0.08. Web safe color of #52deea is #66ccff. Color #52deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011110 11101010
Octal 122 336 352
Decimal 82 222 234
Hex 52 DE EA

RGB Percentages of Color #52deea

%15.24
%41.26
%43.49

CMYK Percentages of Color #52deea

%65
%5
%0
%8

Triadic Colors of #52deea

#52deea #ea52de #deea52

Analogous Colors of #52deea

#52deea #5292ea #52eaaa

Monochromatic Colors of #52deea

#52deea

Complementary Color

#52deea #ea5e52

#52deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#52deea Color CSS Codes

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

#52deea Text Font Color

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

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


#52deea Background Color

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

This div background color is #52deea


#52deea Border Color

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

This div border color is #52deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52deea


Comments

No comments written yet.

Please login to write comment.