Color Hex Logo

#52badc Color Hex

#52BADC
(82,186,220)
0 Favorites   0 Comments

Color spaces of #52badc

RGB 82186220
HSL0.540.660.59
HSV195°63°86°
CMYK 0.630.150.00   0.14
XYZ33.956842.079074.0425
Yxy42.07900.22630.2804
Hunter Lab64.8683-20.0797-22.2674
CIE-Lab70.9254-19.8925-26.0035

#52badc color RGB value is (82,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11011100
Octal 122 272 334
Decimal 82 186 220
Hex 52 BA DC

RGB Percentages of Color #52badc

%16.80
%38.11
%45.08

CMYK Percentages of Color #52badc

%63
%15
%0
%14

Triadic Colors of #52badc

#52badc #dc52ba #badc52

Analogous Colors of #52badc

#52badc #5275dc #52dcb9

Monochromatic Colors of #52badc

#52badc

Complementary Color

#52badc #dc7452

#52badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52badc Color CSS Codes

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

#52badc Text Font Color

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

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


#52badc Background Color

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

This div background color is #52badc


#52badc Border Color

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

This div border color is #52badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52badc


Comments

No comments written yet.

Please login to write comment.