Color Hex Logo

#53aeaa Color Hex

#53AEAA
(83,174,170)
0 Favorites   0 Comments

Color spaces of #53aeaa

RGB 83174170
HSL0.490.360.50
HSV177°52°68°
CMYK 0.520.000.02   0.32
XYZ25.959035.013443.4203
Yxy35.01340.24870.3354
Hunter Lab59.1721-25.2427-2.0863
CIE-Lab65.7591-28.0057-6.2473

#53aeaa color RGB value is (83,174,170).

#53aeaa hex color red value is 83, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #53aeaa hue: 0.49 , saturation: 0.36 and the lightness value of 53aeaa is 0.50.

The process color (four color CMYK) of #53aeaa color hex is 0.52, 0.00, 0.02, 0.32. Web safe color of #53aeaa is #669999. Color #53aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101110 10101010
Octal 123 256 252
Decimal 83 174 170
Hex 53 AE AA

RGB Percentages of Color #53aeaa

%19.44
%40.75
%39.81

CMYK Percentages of Color #53aeaa

%52
%0
%2
%32

Triadic Colors of #53aeaa

#53aeaa #aa53ae #aeaa53

Analogous Colors of #53aeaa

#53aeaa #5385ae #53ae7d

Monochromatic Colors of #53aeaa

#53aeaa

Complementary Color

#53aeaa #ae5357

#53aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53aeaa Color CSS Codes

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

#53aeaa Text Font Color

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

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


#53aeaa Background Color

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

This div background color is #53aeaa


#53aeaa Border Color

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

This div border color is #53aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53aeaa


Comments

No comments written yet.

Please login to write comment.