Color Hex Logo

#52acde Color Hex

#52ACDE
(82,172,222)
0 Favorites   0 Comments

Color spaces of #52acde

RGB 82172222
HSL0.560.680.60
HSV201°63°87°
CMYK 0.630.230.00   0.13
XYZ31.417036.572874.5106
Yxy36.57280.22050.2567
Hunter Lab60.4754-13.1013-30.7172
CIE-Lab66.9553-11.8558-33.2183

#52acde color RGB value is (82,172,222).

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

The process color (four color CMYK) of #52acde color hex is 0.63, 0.23, 0.00, 0.13. Web safe color of #52acde is #6699cc. Color #52acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 11011110
Octal 122 254 336
Decimal 82 172 222
Hex 52 AC DE

RGB Percentages of Color #52acde

%17.23
%36.13
%46.64

CMYK Percentages of Color #52acde

%63
%23
%0
%13

Triadic Colors of #52acde

#52acde #de52ac #acde52

Analogous Colors of #52acde

#52acde #5266de #52deca

Monochromatic Colors of #52acde

#52acde

Complementary Color

#52acde #de8452

#52acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#52acde Color CSS Codes

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

#52acde Text Font Color

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

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


#52acde Background Color

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

This div background color is #52acde


#52acde Border Color

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

This div border color is #52acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52acde


Comments

No comments written yet.

Please login to write comment.