Color Hex Logo

#52acce Color Hex

#52ACCE
(82,172,206)
0 Favorites   0 Comments

Color spaces of #52acce

RGB 82172206
HSL0.550.560.56
HSV196°60°81°
CMYK 0.600.170.00   0.19
XYZ29.372835.755163.7458
Yxy35.75510.22790.2774
Hunter Lab59.7956-16.9594-21.3499
CIE-Lab66.3324-16.8376-25.3597

#52acce color RGB value is (82,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 11001110
Octal 122 254 316
Decimal 82 172 206
Hex 52 AC CE

RGB Percentages of Color #52acce

%17.83
%37.39
%44.78

CMYK Percentages of Color #52acce

%60
%17
%0
%19

Triadic Colors of #52acce

#52acce #ce52ac #acce52

Analogous Colors of #52acce

#52acce #526ece #52ceb2

Monochromatic Colors of #52acce

#52acce

Complementary Color

#52acce #ce7452

#52acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#52acce Color CSS Codes

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

#52acce Text Font Color

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

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


#52acce Background Color

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

This div background color is #52acce


#52acce Border Color

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

This div border color is #52acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52acce


Comments

No comments written yet.

Please login to write comment.