Color Hex Logo

#53aadc Color Hex

#53AADC
(83,170,220)
0 Favorites   0 Comments

Color spaces of #53aadc

RGB 83170220
HSL0.560.660.59
HSV202°62°86°
CMYK 0.620.230.00   0.14
XYZ30.860335.755872.9852
Yxy35.75580.22110.2561
Hunter Lab59.7962-12.5209-30.5101
CIE-Lab66.3329-11.2273-33.0804

#53aadc color RGB value is (83,170,220).

#53aadc hex color red value is 83, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #53aadc hue: 0.56 , saturation: 0.66 and the lightness value of 53aadc is 0.59.

The process color (four color CMYK) of #53aadc color hex is 0.62, 0.23, 0.00, 0.14. Web safe color of #53aadc is #6699cc. Color #53aadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101010 11011100
Octal 123 252 334
Decimal 83 170 220
Hex 53 AA DC

RGB Percentages of Color #53aadc

%17.55
%35.94
%46.51

CMYK Percentages of Color #53aadc

%62
%23
%0
%14

Triadic Colors of #53aadc

#53aadc #dc53aa #aadc53

Analogous Colors of #53aadc

#53aadc #5366dc #53dcca

Monochromatic Colors of #53aadc

#53aadc

Complementary Color

#53aadc #dc8553

#53aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aadc Color CSS Codes

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

#53aadc Text Font Color

<p style="color:#53aadc">Text here</p>

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


#53aadc Background Color

<div style="background-color:#53aadc">
Div content here</div>

This div background color is #53aadc


#53aadc Border Color

<div style="border:3px solid #53aadc">
Div here</div>

This div border color is #53aadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,170,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53aadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53aadc;
  -webkit-box-shadow: 1px 1px 3px 2px #53aadc;
  box-shadow:         1px 1px 3px 2px #53aadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,170,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 #53aadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aadc


Comments

No comments written yet.

Please login to write comment.