Color Hex Logo

#52eafe Color Hex

#52EAFE
(82,234,254)
0 Favorites   0 Comments

Color spaces of #52eafe

RGB 82234254
HSL0.520.990.66
HSV187°68°100°
CMYK 0.680.080.00   0.00
XYZ50.791967.7952104.1747
Yxy67.79520.22800.3043
Hunter Lab82.3378-33.9796-17.3778
CIE-Lab85.9039-33.4941-21.3782

#52eafe color RGB value is (82,234,254).

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

The process color (four color CMYK) of #52eafe color hex is 0.68, 0.08, 0.00, 0.00. Web safe color of #52eafe is #66ffff. Color #52eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101010 11111110
Octal 122 352 376
Decimal 82 234 254
Hex 52 EA FE

RGB Percentages of Color #52eafe

%14.39
%41.05
%44.56

CMYK Percentages of Color #52eafe

%68
%8
%0
%0

Triadic Colors of #52eafe

#52eafe #fe52ea #eafe52

Analogous Colors of #52eafe

#52eafe #5294fe #52febc

Monochromatic Colors of #52eafe

#52eafe

Complementary Color

#52eafe #fe6652

#52eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eafe Color CSS Codes

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

#52eafe Text Font Color

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

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


#52eafe Background Color

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

This div background color is #52eafe


#52eafe Border Color

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

This div border color is #52eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.