Color Hex Logo

#52abdb Color Hex

#52ABDB
(82,171,219)
0 Favorites   0 Comments

Color spaces of #52abdb

RGB 82171219
HSL0.560.660.59
HSV201°63°86°
CMYK 0.630.220.00   0.14
XYZ30.828836.034172.3483
Yxy36.03410.22150.2588
Hunter Lab60.0284-13.3774-29.4385
CIE-Lab66.5460-12.2626-32.2024

#52abdb color RGB value is (82,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101011 11011011
Octal 122 253 333
Decimal 82 171 219
Hex 52 AB DB

RGB Percentages of Color #52abdb

%17.37
%36.23
%46.40

CMYK Percentages of Color #52abdb

%63
%22
%0
%14

Triadic Colors of #52abdb

#52abdb #db52ab #abdb52

Analogous Colors of #52abdb

#52abdb #5267db #52dbc7

Monochromatic Colors of #52abdb

#52abdb

Complementary Color

#52abdb #db8252

#52abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52abdb Color CSS Codes

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

#52abdb Text Font Color

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

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


#52abdb Background Color

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

This div background color is #52abdb


#52abdb Border Color

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

This div border color is #52abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52abdb


Comments

No comments written yet.

Please login to write comment.