Color Hex Logo

#52eafa Color Hex

#52EAFA
(82,234,250)
0 Favorites   0 Comments

Color spaces of #52eafa

RGB 82234250
HSL0.520.940.65
HSV186°67°98°
CMYK 0.670.060.00   0.02
XYZ50.157867.5416100.8357
Yxy67.54160.22950.3091
Hunter Lab82.1837-34.8806-15.2176
CIE-Lab85.7767-34.6413-19.4691

#52eafa color RGB value is (82,234,250).

#52eafa hex color red value is 82, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #52eafa hue: 0.52 , saturation: 0.94 and the lightness value of 52eafa is 0.65.

The process color (four color CMYK) of #52eafa color hex is 0.67, 0.06, 0.00, 0.02. Web safe color of #52eafa is #66ffff. Color #52eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101010 11111010
Octal 122 352 372
Decimal 82 234 250
Hex 52 EA FA

RGB Percentages of Color #52eafa

%14.49
%41.34
%44.17

CMYK Percentages of Color #52eafa

%67
%6
%0
%2

Triadic Colors of #52eafa

#52eafa #fa52ea #eafa52

Analogous Colors of #52eafa

#52eafa #5296fa #52fab6

Monochromatic Colors of #52eafa

#52eafa

Complementary Color

#52eafa #fa6252

#52eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eafa Color CSS Codes

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

#52eafa Text Font Color

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

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


#52eafa Background Color

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

This div background color is #52eafa


#52eafa Border Color

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

This div border color is #52eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eafa


Comments

No comments written yet.

Please login to write comment.