Color Hex Logo

#52addb Color Hex

#52ADDB
(82,173,219)
0 Favorites   0 Comments

Color spaces of #52addb

RGB 82173219
HSL0.560.660.59
HSV200°63°86°
CMYK 0.630.210.00   0.14
XYZ31.209436.795572.4752
Yxy36.79550.22220.2619
Hunter Lab60.6593-14.3149-28.3777
CIE-Lab67.1233-13.3432-31.3089

#52addb color RGB value is (82,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 11011011
Octal 122 255 333
Decimal 82 173 219
Hex 52 AD DB

RGB Percentages of Color #52addb

%17.30
%36.50
%46.20

CMYK Percentages of Color #52addb

%63
%21
%0
%14

Triadic Colors of #52addb

#52addb #db52ad #addb52

Analogous Colors of #52addb

#52addb #5269db #52dbc5

Monochromatic Colors of #52addb

#52addb

Complementary Color

#52addb #db8052

#52addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52addb Color CSS Codes

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

#52addb Text Font Color

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

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


#52addb Background Color

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

This div background color is #52addb


#52addb Border Color

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

This div border color is #52addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52addb


Comments

No comments written yet.

Please login to write comment.