Color Hex Logo

#53dcaa Color Hex

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

Color spaces of #53dcaa

RGB 83220170
HSL0.440.660.59
HSV158°62°86°
CMYK 0.620.000.23   0.14
XYZ36.416255.927746.9060
Yxy55.92770.26150.4016
Hunter Lab74.7848-43.953515.1619
CIE-Lab79.5727-48.798813.7309

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

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

The process color (four color CMYK) of #53dcaa color hex is 0.62, 0.00, 0.23, 0.14. Web safe color of #53dcaa is #66cc99. Color #53dcaa contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #53dcaa

%17.55
%46.51
%35.94

CMYK Percentages of Color #53dcaa

%62
%0
%23
%14

Triadic Colors of #53dcaa

#53dcaa #aa53dc #dcaa53

Analogous Colors of #53dcaa

#53dcaa #53cadc #53dc66

Monochromatic Colors of #53dcaa

#53dcaa

Complementary Color

#53dcaa #dc5385

#53dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#53dcaa Color CSS Codes

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

#53dcaa Text Font Color

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

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


#53dcaa Background Color

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

This div background color is #53dcaa


#53dcaa Border Color

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

This div border color is #53dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53dcaa


Comments

No comments written yet.

Please login to write comment.