Color Hex Logo

#53d86d Color Hex

#53D86D
(83,216,109)
0 Favorites   0 Comments

Color spaces of #53d86d

RGB 83216109
HSL0.370.630.59
HSV132°62°85°
CMYK 0.620.000.50   0.15
XYZ30.883552.054922.8879
Yxy52.05490.29180.4919
Hunter Lab72.1491-49.853831.6958
CIE-Lab77.3137-58.471941.9682

#53d86d color RGB value is (83,216,109).

#53d86d hex color red value is 83, green value is 216 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #53d86d hue: 0.37 , saturation: 0.63 and the lightness value of 53d86d is 0.59.

The process color (four color CMYK) of #53d86d color hex is 0.62, 0.00, 0.50, 0.15. Web safe color of #53d86d is #66cc66. Color #53d86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11011000 01101101
Octal 123 330 155
Decimal 83 216 109
Hex 53 D8 6D

RGB Percentages of Color #53d86d

%20.34
%52.94
%26.72

CMYK Percentages of Color #53d86d

%62
%0
%50
%15

Triadic Colors of #53d86d

#53d86d #6d53d8 #d86d53

Analogous Colors of #53d86d

#53d86d #53d8b0 #7cd853

Monochromatic Colors of #53d86d

#53d86d

Complementary Color

#53d86d #d853be

#53d86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d86d Color CSS Codes

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

#53d86d Text Font Color

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

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


#53d86d Background Color

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

This div background color is #53d86d


#53d86d Border Color

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

This div border color is #53d86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d86d


Comments

No comments written yet.

Please login to write comment.