Color Hex Logo

#53ccac Color Hex

#53CCAC
(83,204,172)
0 Favorites   0 Comments

Color spaces of #53ccac

RGB 83204172
HSL0.460.540.56
HSV164°59°80°
CMYK 0.590.000.16   0.20
XYZ32.606548.003346.5767
Yxy48.00330.25640.3774
Hunter Lab69.2844-37.24248.6412
CIE-Lab74.8270-41.47655.9031

#53ccac color RGB value is (83,204,172).

#53ccac hex color red value is 83, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #53ccac hue: 0.46 , saturation: 0.54 and the lightness value of 53ccac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 10101100
Octal 123 314 254
Decimal 83 204 172
Hex 53 CC AC

RGB Percentages of Color #53ccac

%18.08
%44.44
%37.47

CMYK Percentages of Color #53ccac

%59
%0
%16
%20

Triadic Colors of #53ccac

#53ccac #ac53cc #ccac53

Analogous Colors of #53ccac

#53ccac #53b0cc #53cc70

Monochromatic Colors of #53ccac

#53ccac

Complementary Color

#53ccac #cc5373

#53ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccac Color CSS Codes

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

#53ccac Text Font Color

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

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


#53ccac Background Color

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

This div background color is #53ccac


#53ccac Border Color

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

This div border color is #53ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccac


Comments

No comments written yet.

Please login to write comment.