Color Hex Logo

#52aecc Color Hex

#52AECC
(82,174,204)
0 Favorites   0 Comments

Color spaces of #52aecc

RGB 82174204
HSL0.540.540.56
HSV195°60°80°
CMYK 0.600.150.00   0.20
XYZ29.514836.425662.6020
Yxy36.42560.22960.2834
Hunter Lab60.3536-18.3268-19.2512
CIE-Lab66.8438-18.4984-23.4711

#52aecc color RGB value is (82,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11001100
Octal 122 256 314
Decimal 82 174 204
Hex 52 AE CC

RGB Percentages of Color #52aecc

%17.83
%37.83
%44.35

CMYK Percentages of Color #52aecc

%60
%15
%0
%20

Triadic Colors of #52aecc

#52aecc #cc52ae #aecc52

Analogous Colors of #52aecc

#52aecc #5271cc #52ccad

Monochromatic Colors of #52aecc

#52aecc

Complementary Color

#52aecc #cc7052

#52aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aecc Color CSS Codes

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

#52aecc Text Font Color

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

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


#52aecc Background Color

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

This div background color is #52aecc


#52aecc Border Color

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

This div border color is #52aecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,174,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 #52aecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aecc


Comments

No comments written yet.

Please login to write comment.