Color Hex Logo

#53cc5a Color Hex

#53CC5A
(83,204,90)
0 Favorites   0 Comments

Color spaces of #53cc5a

RGB 8320490
HSL0.340.540.56
HSV123°59°80°
CMYK 0.590.000.56   0.20
XYZ27.005645.762917.0826
Yxy45.76290.30060.5093
Hunter Lab67.6483-47.126232.3818
CIE-Lab73.3914-56.601246.2546

#53cc5a color RGB value is (83,204,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 11001100 01011010
Octal 123 314 132
Decimal 83 204 90
Hex 53 CC 5A

RGB Percentages of Color #53cc5a

%22.02
%54.11
%23.87

CMYK Percentages of Color #53cc5a

%59
%0
%56
%20

Triadic Colors of #53cc5a

#53cc5a #5a53cc #cc5a53

Analogous Colors of #53cc5a

#53cc5a #53cc97 #89cc53

Monochromatic Colors of #53cc5a

#53cc5a

Complementary Color

#53cc5a #cc53c5

#53cc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53cc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53cc5a Color CSS Codes

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

#53cc5a Text Font Color

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

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


#53cc5a Background Color

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

This div background color is #53cc5a


#53cc5a Border Color

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

This div border color is #53cc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53cc5a


Comments

No comments written yet.

Please login to write comment.