Color Hex Logo

#53d05e Color Hex

#53D05E
(83,208,94)
0 Favorites   0 Comments

Color spaces of #53d05e

RGB 8320894
HSL0.350.570.57
HSV125°60°82°
CMYK 0.600.000.55   0.18
XYZ28.143547.758918.3247
Yxy47.75890.29870.5068
Hunter Lab69.1078-48.246232.6541
CIE-Lab74.6726-57.570245.9101

#53d05e color RGB value is (83,208,94).

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

The process color (four color CMYK) of #53d05e color hex is 0.60, 0.00, 0.55, 0.18. Web safe color of #53d05e is #66cc66. Color #53d05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 11010000 01011110
Octal 123 320 136
Decimal 83 208 94
Hex 53 D0 5E

RGB Percentages of Color #53d05e

%21.56
%54.03
%24.42

CMYK Percentages of Color #53d05e

%60
%0
%55
%18

Triadic Colors of #53d05e

#53d05e #5e53d0 #d05e53

Analogous Colors of #53d05e

#53d05e #53d09d #87d053

Monochromatic Colors of #53d05e

#53d05e

Complementary Color

#53d05e #d053c5

#53d05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53d05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53d05e Color CSS Codes

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

#53d05e Text Font Color

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

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


#53d05e Background Color

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

This div background color is #53d05e


#53d05e Border Color

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

This div border color is #53d05e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,208,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 #53d05e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53d05e


Comments

No comments written yet.

Please login to write comment.