Color Hex Logo

#52acdb Color Hex

#52ACDB
(82,172,219)
0 Favorites   0 Comments

Color spaces of #52acdb

RGB 82172219
HSL0.560.660.59
HSV201°63°86°
CMYK 0.630.210.00   0.14
XYZ31.018436.413472.4115
Yxy36.41340.22180.2604
Hunter Lab60.3435-13.8467-28.9068
CIE-Lab66.8346-12.8038-31.7556

#52acdb color RGB value is (82,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 11011011
Octal 122 254 333
Decimal 82 172 219
Hex 52 AC DB

RGB Percentages of Color #52acdb

%17.34
%36.36
%46.30

CMYK Percentages of Color #52acdb

%63
%21
%0
%14

Triadic Colors of #52acdb

#52acdb #db52ac #acdb52

Analogous Colors of #52acdb

#52acdb #5268db #52dbc6

Monochromatic Colors of #52acdb

#52acdb

Complementary Color

#52acdb #db8152

#52acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52acdb Color CSS Codes

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

#52acdb Text Font Color

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

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


#52acdb Background Color

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

This div background color is #52acdb


#52acdb Border Color

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

This div border color is #52acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52acdb


Comments

No comments written yet.

Please login to write comment.