Color Hex Logo

#53ccaf Color Hex

#53CCAF
(83,204,175)
0 Favorites   0 Comments

Color spaces of #53ccaf

RGB 83204175
HSL0.460.540.56
HSV166°59°80°
CMYK 0.590.000.14   0.20
XYZ32.898048.119948.1116
Yxy48.11990.25480.3726
Hunter Lab69.3685-36.74137.4365
CIE-Lab74.9005-40.75334.3923

#53ccaf color RGB value is (83,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 10101111
Octal 123 314 257
Decimal 83 204 175
Hex 53 CC AF

RGB Percentages of Color #53ccaf

%17.97
%44.16
%37.88

CMYK Percentages of Color #53ccaf

%59
%0
%14
%20

Triadic Colors of #53ccaf

#53ccaf #af53cc #ccaf53

Analogous Colors of #53ccaf

#53ccaf #53adcc #53cc73

Monochromatic Colors of #53ccaf

#53ccaf

Complementary Color

#53ccaf #cc5370

#53ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ccaf Color CSS Codes

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

#53ccaf Text Font Color

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

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


#53ccaf Background Color

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

This div background color is #53ccaf


#53ccaf Border Color

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

This div border color is #53ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ccaf


Comments

No comments written yet.

Please login to write comment.