Color Hex Logo

#52acdf Color Hex

#52ACDF
(82,172,223)
0 Favorites   0 Comments

Color spaces of #52acdf

RGB 82172223
HSL0.560.690.60
HSV202°63°87°
CMYK 0.630.230.00   0.13
XYZ31.551536.626675.2187
Yxy36.62660.22000.2554
Hunter Lab60.5199-12.8505-31.3261
CIE-Lab66.9959-11.5384-33.7048

#52acdf color RGB value is (82,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 11011111
Octal 122 254 337
Decimal 82 172 223
Hex 52 AC DF

RGB Percentages of Color #52acdf

%17.19
%36.06
%46.75

CMYK Percentages of Color #52acdf

%63
%23
%0
%13

Triadic Colors of #52acdf

#52acdf #df52ac #acdf52

Analogous Colors of #52acdf

#52acdf #5266df #52dfcc

Monochromatic Colors of #52acdf

#52acdf

Complementary Color

#52acdf #df8552

#52acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52acdf Color CSS Codes

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

#52acdf Text Font Color

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

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


#52acdf Background Color

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

This div background color is #52acdf


#52acdf Border Color

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

This div border color is #52acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52acdf


Comments

No comments written yet.

Please login to write comment.