Color Hex Logo

#53d33e Color Hex

#53D33E
(83,211,62)
0 Favorites   0 Comments

Color spaces of #53d33e

RGB 8321162
HSL0.310.630.54
HSV112°71°83°
CMYK 0.610.000.71   0.17
XYZ27.731048.775312.5104
Yxy48.77530.31150.5479
Hunter Lab69.8393-51.342138.2668
CIE-Lab75.3113-61.959560.2033

#53d33e color RGB value is (83,211,62).

#53d33e hex color red value is 83, green value is 211 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #53d33e hue: 0.31 , saturation: 0.63 and the lightness value of 53d33e is 0.54.

The process color (four color CMYK) of #53d33e color hex is 0.61, 0.00, 0.71, 0.17. Web safe color of #53d33e is #66cc33. Color #53d33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010011 00111110
Octal 123 323 76
Decimal 83 211 62
Hex 53 D3 3E

RGB Percentages of Color #53d33e

%23.31
%59.27
%17.42

CMYK Percentages of Color #53d33e

%61
%0
%71
%17

Triadic Colors of #53d33e

#53d33e #3e53d3 #d33e53

Analogous Colors of #53d33e

#53d33e #3ed374 #9ed33e

Monochromatic Colors of #53d33e

#53d33e

Complementary Color

#53d33e #be3ed3

#53d33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d33e Color CSS Codes

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

#53d33e Text Font Color

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

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


#53d33e Background Color

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

This div background color is #53d33e


#53d33e Border Color

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

This div border color is #53d33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d33e


Comments

No comments written yet.

Please login to write comment.