Color Hex Logo

#52aefc Color Hex

#52AEFC
(82,174,252)
0 Favorites   0 Comments

Color spaces of #52aefc

RGB 82174252
HSL0.580.970.65
HSV208°67°99°
CMYK 0.670.310.00   0.01
XYZ36.186439.094297.7342
Yxy39.09420.20920.2260
Hunter Lab62.5254-6.1129-48.9092
CIE-Lab68.8194-3.2143-46.6862

#52aefc color RGB value is (82,174,252).

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

The process color (four color CMYK) of #52aefc color hex is 0.67, 0.31, 0.00, 0.01. Web safe color of #52aefc is #6699ff. Color #52aefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11111100
Octal 122 256 374
Decimal 82 174 252
Hex 52 AE FC

RGB Percentages of Color #52aefc

%16.14
%34.25
%49.61

CMYK Percentages of Color #52aefc

%67
%31
%0
%1

Triadic Colors of #52aefc

#52aefc #fc52ae #aefc52

Analogous Colors of #52aefc

#52aefc #5259fc #52fcf5

Monochromatic Colors of #52aefc

#52aefc

Complementary Color

#52aefc #fca052

#52aefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aefc Color CSS Codes

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

#52aefc Text Font Color

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

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


#52aefc Background Color

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

This div background color is #52aefc


#52aefc Border Color

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

This div border color is #52aefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aefc


Comments

No comments written yet.

Please login to write comment.