Color Hex Logo

#53ac5e Color Hex

#53AC5E
(83,172,94)
0 Favorites   0 Comments

Color spaces of #53ac5e

RGB 8317294
HSL0.350.350.50
HSV127°52°67°
CMYK 0.520.000.45   0.33
XYZ20.340232.152215.7236
Yxy32.15220.29820.4713
Hunter Lab56.7029-35.199423.2510
CIE-Lab63.4685-43.464632.0860

#53ac5e color RGB value is (83,172,94).

#53ac5e hex color red value is 83, green value is 172 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53ac5e hue: 0.35 , saturation: 0.35 and the lightness value of 53ac5e is 0.50.

The process color (four color CMYK) of #53ac5e color hex is 0.52, 0.00, 0.45, 0.33. Web safe color of #53ac5e is #669966. Color #53ac5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10101100 01011110
Octal 123 254 136
Decimal 83 172 94
Hex 53 AC 5E

RGB Percentages of Color #53ac5e

%23.78
%49.28
%26.93

CMYK Percentages of Color #53ac5e

%52
%0
%45
%33

Triadic Colors of #53ac5e

#53ac5e #5e53ac #ac5e53

Analogous Colors of #53ac5e

#53ac5e #53ac8b #75ac53

Monochromatic Colors of #53ac5e

#53ac5e

Complementary Color

#53ac5e #ac53a1

#53ac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53ac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53ac5e Color CSS Codes

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

#53ac5e Text Font Color

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

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


#53ac5e Background Color

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

This div background color is #53ac5e


#53ac5e Border Color

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

This div border color is #53ac5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53ac5e


Comments

No comments written yet.

Please login to write comment.