Color Hex Logo

#52abdc Color Hex

#52ABDC
(82,171,220)
0 Favorites   0 Comments

Color spaces of #52abdc

RGB 82171220
HSL0.560.660.59
HSV201°63°86°
CMYK 0.630.220.00   0.14
XYZ30.960936.087073.0438
Yxy36.08700.22100.2576
Hunter Lab60.0725-13.1292-30.0417
CIE-Lab66.5863-11.9466-32.6902

#52abdc color RGB value is (82,171,220).

#52abdc hex color red value is 82, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #52abdc hue: 0.56 , saturation: 0.66 and the lightness value of 52abdc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101011 11011100
Octal 122 253 334
Decimal 82 171 220
Hex 52 AB DC

RGB Percentages of Color #52abdc

%17.34
%36.15
%46.51

CMYK Percentages of Color #52abdc

%63
%22
%0
%14

Triadic Colors of #52abdc

#52abdc #dc52ab #abdc52

Analogous Colors of #52abdc

#52abdc #5266dc #52dcc8

Monochromatic Colors of #52abdc

#52abdc

Complementary Color

#52abdc #dc8352

#52abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52abdc Color CSS Codes

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

#52abdc Text Font Color

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

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


#52abdc Background Color

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

This div background color is #52abdc


#52abdc Border Color

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

This div border color is #52abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52abdc


Comments

No comments written yet.

Please login to write comment.