Color Hex Logo

#53aabd Color Hex

#53AABD
(83,170,189)
0 Favorites   0 Comments

Color spaces of #53aabd

RGB 83170189
HSL0.530.450.53
HSV191°56°74°
CMYK 0.560.100.00   0.26
XYZ27.127334.262653.3277
Yxy34.26260.23650.2987
Hunter Lab58.5343-19.7104-13.0422
CIE-Lab65.1705-20.6731-17.7010

#53aabd color RGB value is (83,170,189).

#53aabd hex color red value is 83, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #53aabd hue: 0.53 , saturation: 0.45 and the lightness value of 53aabd is 0.53.

The process color (four color CMYK) of #53aabd color hex is 0.56, 0.10, 0.00, 0.26. Web safe color of #53aabd is #6699cc. Color #53aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101010 10111101
Octal 123 252 275
Decimal 83 170 189
Hex 53 AA BD

RGB Percentages of Color #53aabd

%18.78
%38.46
%42.76

CMYK Percentages of Color #53aabd

%56
%10
%0
%26

Triadic Colors of #53aabd

#53aabd #bd53aa #aabd53

Analogous Colors of #53aabd

#53aabd #5375bd #53bd9b

Monochromatic Colors of #53aabd

#53aabd

Complementary Color

#53aabd #bd6653

#53aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aabd Color CSS Codes

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

#53aabd Text Font Color

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

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


#53aabd Background Color

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

This div background color is #53aabd


#53aabd Border Color

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

This div border color is #53aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aabd


Comments

No comments written yet.

Please login to write comment.