Color Hex Logo

#52badd Color Hex

#52BADD
(82,186,221)
0 Favorites   0 Comments

Color spaces of #52badd

RGB 82186221
HSL0.540.670.59
HSV195°63°87°
CMYK 0.630.160.00   0.13
XYZ34.089742.132174.7422
Yxy42.13210.22580.2791
Hunter Lab64.9092-19.8447-22.8352
CIE-Lab70.9619-19.5878-26.4928

#52badd color RGB value is (82,186,221).

#52badd hex color red value is 82, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #52badd hue: 0.54 , saturation: 0.67 and the lightness value of 52badd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11011101
Octal 122 272 335
Decimal 82 186 221
Hex 52 BA DD

RGB Percentages of Color #52badd

%16.77
%38.04
%45.19

CMYK Percentages of Color #52badd

%63
%16
%0
%13

Triadic Colors of #52badd

#52badd #dd52ba #badd52

Analogous Colors of #52badd

#52badd #5275dd #52ddbb

Monochromatic Colors of #52badd

#52badd

Complementary Color

#52badd #dd7552

#52badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52badd Color CSS Codes

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

#52badd Text Font Color

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

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


#52badd Background Color

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

This div background color is #52badd


#52badd Border Color

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

This div border color is #52badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52badd


Comments

No comments written yet.

Please login to write comment.