Color Hex Logo

#53aada Color Hex

#53AADA
(83,170,218)
0 Favorites   0 Comments

Color spaces of #53aada

RGB 83170218
HSL0.560.650.59
HSV201°62°85°
CMYK 0.620.220.00   0.15
XYZ30.596935.650471.5983
Yxy35.65040.22200.2586
Hunter Lab59.7080-13.0179-29.3015
CIE-Lab66.2519-11.8587-32.1042

#53aada color RGB value is (83,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101010 11011010
Octal 123 252 332
Decimal 83 170 218
Hex 53 AA DA

RGB Percentages of Color #53aada

%17.62
%36.09
%46.28

CMYK Percentages of Color #53aada

%62
%22
%0
%15

Triadic Colors of #53aada

#53aada #da53aa #aada53

Analogous Colors of #53aada

#53aada #5367da #53dac7

Monochromatic Colors of #53aada

#53aada

Complementary Color

#53aada #da8353

#53aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aada Color CSS Codes

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

#53aada Text Font Color

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

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


#53aada Background Color

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

This div background color is #53aada


#53aada Border Color

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

This div border color is #53aada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,170,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aada


Comments

No comments written yet.

Please login to write comment.