Color Hex Logo

#53e377 Color Hex

#53E377
(83,227,119)
0 Favorites   0 Comments

Color spaces of #53e377

RGB 83227119
HSL0.380.720.61
HSV135°63°89°
CMYK 0.630.000.48   0.11
XYZ34.366158.109126.8577
Yxy58.10910.28800.4869
Hunter Lab76.2293-52.929032.4710
CIE-Lab80.7994-61.033341.4661

#53e377 color RGB value is (83,227,119).

#53e377 hex color red value is 83, green value is 227 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #53e377 hue: 0.38 , saturation: 0.72 and the lightness value of 53e377 is 0.61.

The process color (four color CMYK) of #53e377 color hex is 0.63, 0.00, 0.48, 0.11. Web safe color of #53e377 is #66cc66. Color #53e377 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11100011 01110111
Octal 123 343 167
Decimal 83 227 119
Hex 53 E3 77

RGB Percentages of Color #53e377

%19.35
%52.91
%27.74

CMYK Percentages of Color #53e377

%63
%0
%48
%11

Triadic Colors of #53e377

#53e377 #7753e3 #e37753

Analogous Colors of #53e377

#53e377 #53e3bf #77e353

Monochromatic Colors of #53e377

#53e377

Complementary Color

#53e377 #e353bf

#53e377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53e377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#53e377 Color CSS Codes

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

#53e377 Text Font Color

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

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


#53e377 Background Color

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

This div background color is #53e377


#53e377 Border Color

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

This div border color is #53e377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53e377


Comments

No comments written yet.

Please login to write comment.