Color Hex Logo

#52aae1 Color Hex

#52AAE1
(82,170,225)
0 Favorites   0 Comments

Color spaces of #52aae1

RGB 82170225
HSL0.560.700.60
HSV203°64°88°
CMYK 0.640.240.00   0.12
XYZ31.445035.979576.5216
Yxy35.97950.21840.2500
Hunter Lab59.9829-11.3946-33.6496
CIE-Lab66.5043-9.8090-35.5675

#52aae1 color RGB value is (82,170,225).

#52aae1 hex color red value is 82, green value is 170 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #52aae1 hue: 0.56 , saturation: 0.70 and the lightness value of 52aae1 is 0.60.

The process color (four color CMYK) of #52aae1 color hex is 0.64, 0.24, 0.00, 0.12. Web safe color of #52aae1 is #6699cc. Color #52aae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 11100001
Octal 122 252 341
Decimal 82 170 225
Hex 52 AA E1

RGB Percentages of Color #52aae1

%17.19
%35.64
%47.17

CMYK Percentages of Color #52aae1

%64
%24
%0
%12

Triadic Colors of #52aae1

#52aae1 #e152aa #aae152

Analogous Colors of #52aae1

#52aae1 #5262e1 #52e1d1

Monochromatic Colors of #52aae1

#52aae1

Complementary Color

#52aae1 #e18952

#52aae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aae1 Color CSS Codes

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

#52aae1 Text Font Color

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

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


#52aae1 Background Color

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

This div background color is #52aae1


#52aae1 Border Color

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

This div border color is #52aae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aae1


Comments

No comments written yet.

Please login to write comment.