Color Hex Logo

#52aacc Color Hex

#52AACC
(82,170,204)
0 Favorites   0 Comments

Color spaces of #52aacc

RGB 82170204
HSL0.550.540.56
HSV197°60°80°
CMYK 0.600.170.00   0.20
XYZ28.753534.902962.3482
Yxy34.90290.22820.2770
Hunter Lab59.0787-16.5120-21.2161
CIE-Lab65.6730-16.3882-25.2647

#52aacc color RGB value is (82,170,204).

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

The process color (four color CMYK) of #52aacc color hex is 0.60, 0.17, 0.00, 0.20. Web safe color of #52aacc is #6699cc. Color #52aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 11001100
Octal 122 252 314
Decimal 82 170 204
Hex 52 AA CC

RGB Percentages of Color #52aacc

%17.98
%37.28
%44.74

CMYK Percentages of Color #52aacc

%60
%17
%0
%20

Triadic Colors of #52aacc

#52aacc #cc52aa #aacc52

Analogous Colors of #52aacc

#52aacc #526dcc #52ccb1

Monochromatic Colors of #52aacc

#52aacc

Complementary Color

#52aacc #cc7452

#52aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aacc Color CSS Codes

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

#52aacc Text Font Color

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

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


#52aacc Background Color

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

This div background color is #52aacc


#52aacc Border Color

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

This div border color is #52aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aacc


Comments

No comments written yet.

Please login to write comment.