Color Hex Logo

#52b6db Color Hex

#52B6DB
(82,182,219)
0 Favorites   0 Comments

Color spaces of #52b6db

RGB 82182219
HSL0.550.660.59
HSV196°63°86°
CMYK 0.630.170.00   0.14
XYZ32.993840.364273.0699
Yxy40.36420.22530.2757
Hunter Lab63.5328-18.4840-23.7172
CIE-Lab69.7281-18.1182-27.2942

#52b6db color RGB value is (82,182,219).

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

The process color (four color CMYK) of #52b6db color hex is 0.63, 0.17, 0.00, 0.14. Web safe color of #52b6db is #66cccc. Color #52b6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110110 11011011
Octal 122 266 333
Decimal 82 182 219
Hex 52 B6 DB

RGB Percentages of Color #52b6db

%16.98
%37.68
%45.34

CMYK Percentages of Color #52b6db

%63
%17
%0
%14

Triadic Colors of #52b6db

#52b6db #db52b6 #b6db52

Analogous Colors of #52b6db

#52b6db #5272db #52dbbc

Monochromatic Colors of #52b6db

#52b6db

Complementary Color

#52b6db #db7752

#52b6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b6db Color CSS Codes

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

#52b6db Text Font Color

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

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


#52b6db Background Color

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

This div background color is #52b6db


#52b6db Border Color

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

This div border color is #52b6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b6db


Comments

No comments written yet.

Please login to write comment.