Color Hex Logo

#53d7ac Color Hex

#53D7AC
(83,215,172)
0 Favorites   0 Comments

Color spaces of #53d7ac

RGB 83215172
HSL0.450.620.58
HSV160°61°84°
CMYK 0.610.000.20   0.16
XYZ35.314153.418447.4793
Yxy53.41840.25930.3922
Hunter Lab73.0879-41.657412.6456
CIE-Lab78.1214-46.244410.6158

#53d7ac color RGB value is (83,215,172).

#53d7ac hex color red value is 83, green value is 215 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #53d7ac hue: 0.45 , saturation: 0.62 and the lightness value of 53d7ac is 0.58.

The process color (four color CMYK) of #53d7ac color hex is 0.61, 0.00, 0.20, 0.16. Web safe color of #53d7ac is #66cc99. Color #53d7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010111 10101100
Octal 123 327 254
Decimal 83 215 172
Hex 53 D7 AC

RGB Percentages of Color #53d7ac

%17.66
%45.74
%36.60

CMYK Percentages of Color #53d7ac

%61
%0
%20
%16

Triadic Colors of #53d7ac

#53d7ac #ac53d7 #d7ac53

Analogous Colors of #53d7ac

#53d7ac #53c0d7 #53d76a

Monochromatic Colors of #53d7ac

#53d7ac

Complementary Color

#53d7ac #d7537e

#53d7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d7ac Color CSS Codes

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

#53d7ac Text Font Color

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

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


#53d7ac Background Color

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

This div background color is #53d7ac


#53d7ac Border Color

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

This div border color is #53d7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d7ac


Comments

No comments written yet.

Please login to write comment.