Color Hex Logo

#52aeff Color Hex

#52AEFF
(82,174,255)
0 Favorites   0 Comments

Color spaces of #52aeff

RGB 82174255
HSL0.581.000.66
HSV208°68°100°
CMYK 0.680.320.00   0.00
XYZ36.665739.2859100.2582
Yxy39.28590.20810.2229
Hunter Lab62.6785-5.2682-50.9632
CIE-Lab68.9579-2.2179-48.0942

#52aeff color RGB value is (82,174,255).

#52aeff hex color red value is 82, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #52aeff hue: 0.58 , saturation: 1.00 and the lightness value of 52aeff is 0.66.

The process color (four color CMYK) of #52aeff color hex is 0.68, 0.32, 0.00, 0.00. Web safe color of #52aeff is #6699ff. Color #52aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11111111
Octal 122 256 377
Decimal 82 174 255
Hex 52 AE FF

RGB Percentages of Color #52aeff

%16.05
%34.05
%49.90

CMYK Percentages of Color #52aeff

%68
%32
%0
%0

Triadic Colors of #52aeff

#52aeff #ff52ae #aeff52

Analogous Colors of #52aeff

#52aeff #5258ff #52fffa

Monochromatic Colors of #52aeff

#52aeff

Complementary Color

#52aeff #ffa352

#52aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aeff Color CSS Codes

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

#52aeff Text Font Color

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

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


#52aeff Background Color

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

This div background color is #52aeff


#52aeff Border Color

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

This div border color is #52aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aeff

Related Colors


Comments

No comments written yet.

Please login to write comment.