Color Hex Logo

#52aecd Color Hex

#52AECD
(82,174,205)
0 Favorites   0 Comments

Color spaces of #52aecd

RGB 82174205
HSL0.540.550.56
HSV195°60°80°
CMYK 0.600.150.00   0.20
XYZ29.635236.473763.2358
Yxy36.47370.22910.2820
Hunter Lab60.3935-18.0982-19.8050
CIE-Lab66.8803-18.1957-23.9676

#52aecd color RGB value is (82,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11001101
Octal 122 256 315
Decimal 82 174 205
Hex 52 AE CD

RGB Percentages of Color #52aecd

%17.79
%37.74
%44.47

CMYK Percentages of Color #52aecd

%60
%15
%0
%20

Triadic Colors of #52aecd

#52aecd #cd52ae #aecd52

Analogous Colors of #52aecd

#52aecd #5271cd #52cdaf

Monochromatic Colors of #52aecd

#52aecd

Complementary Color

#52aecd #cd7152

#52aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aecd Color CSS Codes

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

#52aecd Text Font Color

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

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


#52aecd Background Color

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

This div background color is #52aecd


#52aecd Border Color

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

This div border color is #52aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aecd


Comments

No comments written yet.

Please login to write comment.