Color Hex Logo

#53a0ab Color Hex

#53A0AB
(83,160,171)
0 Favorites   0 Comments

Color spaces of #53a0ab

RGB 83160171
HSL0.520.350.50
HSV188°51°67°
CMYK 0.510.060.00   0.33
XYZ23.488829.920943.0654
Yxy29.92090.24350.3101
Hunter Lab54.7000-19.0751-8.3891
CIE-Lab61.5859-20.6525-13.0402

#53a0ab color RGB value is (83,160,171).

#53a0ab hex color red value is 83, green value is 160 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #53a0ab hue: 0.52 , saturation: 0.35 and the lightness value of 53a0ab is 0.50.

The process color (four color CMYK) of #53a0ab color hex is 0.51, 0.06, 0.00, 0.33. Web safe color of #53a0ab is #669999. Color #53a0ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10100000 10101011
Octal 123 240 253
Decimal 83 160 171
Hex 53 A0 AB

RGB Percentages of Color #53a0ab

%20.05
%38.65
%41.30

CMYK Percentages of Color #53a0ab

%51
%6
%0
%33

Triadic Colors of #53a0ab

#53a0ab #ab53a0 #a0ab53

Analogous Colors of #53a0ab

#53a0ab #5374ab #53ab8a

Monochromatic Colors of #53a0ab

#53a0ab

Complementary Color

#53a0ab #ab5e53

#53a0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53a0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#53a0ab Color CSS Codes

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

#53a0ab Text Font Color

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

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


#53a0ab Background Color

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

This div background color is #53a0ab


#53a0ab Border Color

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

This div border color is #53a0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53a0ab


Comments

No comments written yet.

Please login to write comment.