Color Hex Logo

#52aedb Color Hex

#52AEDB
(82,174,219)
0 Favorites   0 Comments

Color spaces of #52aedb

RGB 82174219
HSL0.550.660.59
HSV200°63°86°
CMYK 0.630.210.00   0.14
XYZ31.401937.180472.5393
Yxy37.18040.22250.2635
Hunter Lab60.9757-14.7818-27.8509
CIE-Lab67.4122-13.8804-30.8624

#52aedb color RGB value is (82,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11011011
Octal 122 256 333
Decimal 82 174 219
Hex 52 AE DB

RGB Percentages of Color #52aedb

%17.26
%36.63
%46.11

CMYK Percentages of Color #52aedb

%63
%21
%0
%14

Triadic Colors of #52aedb

#52aedb #db52ae #aedb52

Analogous Colors of #52aedb

#52aedb #526adb #52dbc4

Monochromatic Colors of #52aedb

#52aedb

Complementary Color

#52aedb #db7f52

#52aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aedb Color CSS Codes

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

#52aedb Text Font Color

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

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


#52aedb Background Color

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

This div background color is #52aedb


#52aedb Border Color

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

This div border color is #52aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aedb


Comments

No comments written yet.

Please login to write comment.