Color Hex Logo

#52aace Color Hex

#52AACE
(82,170,206)
0 Favorites   0 Comments

Color spaces of #52aace

RGB 82170206
HSL0.550.560.56
HSV197°60°81°
CMYK 0.600.170.00   0.19
XYZ28.995034.999563.6199
Yxy34.99950.22720.2743
Hunter Lab59.1604-16.0463-22.3470
CIE-Lab65.7483-15.7756-26.2565

#52aace color RGB value is (82,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101010 11001110
Octal 122 252 316
Decimal 82 170 206
Hex 52 AA CE

RGB Percentages of Color #52aace

%17.90
%37.12
%44.98

CMYK Percentages of Color #52aace

%60
%17
%0
%19

Triadic Colors of #52aace

#52aace #ce52aa #aace52

Analogous Colors of #52aace

#52aace #526cce #52ceb4

Monochromatic Colors of #52aace

#52aace

Complementary Color

#52aace #ce7652

#52aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aace Color CSS Codes

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

#52aace Text Font Color

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

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


#52aace Background Color

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

This div background color is #52aace


#52aace Border Color

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

This div border color is #52aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aace


Comments

No comments written yet.

Please login to write comment.