Color Hex Logo

#5dc43a Color Hex

#5DC43A
(93,196,58)
0 Favorites   0 Comments

Color spaces of #5dc43a

RGB 9319658
HSL0.290.540.50
HSV105°70°77°
CMYK 0.530.000.70   0.23
XYZ25.017842.112510.8129
Yxy42.11250.32100.5403
Hunter Lab64.8941-44.750035.5468
CIE-Lab70.9484-54.342457.2941

#5dc43a color RGB value is (93,196,58).

#5dc43a hex color red value is 93, green value is 196 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #5dc43a hue: 0.29 , saturation: 0.54 and the lightness value of 5dc43a is 0.50.

The process color (four color CMYK) of #5dc43a color hex is 0.53, 0.00, 0.70, 0.23. Web safe color of #5dc43a is #66cc33. Color #5dc43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000100 00111010
Octal 135 304 72
Decimal 93 196 58
Hex 5D C4 3A

RGB Percentages of Color #5dc43a

%26.80
%56.48
%16.71

CMYK Percentages of Color #5dc43a

%53
%0
%70
%23

Triadic Colors of #5dc43a

#5dc43a #3a5dc4 #c43a5d

Analogous Colors of #5dc43a

#5dc43a #3ac45c #a2c43a

Monochromatic Colors of #5dc43a

#5dc43a

Complementary Color

#5dc43a #a13ac4

#5dc43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc43a Color CSS Codes

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

#5dc43a Text Font Color

<p style="color:#5dc43a">Text here</p>

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


#5dc43a Background Color

<div style="background-color:#5dc43a">
Div content here</div>

This div background color is #5dc43a


#5dc43a Border Color

<div style="border:3px solid #5dc43a">
Div here</div>

This div border color is #5dc43a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,196,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dc43a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dc43a;
  -webkit-box-shadow: 1px 1px 3px 2px #5dc43a;
  box-shadow:         1px 1px 3px 2px #5dc43a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,196,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc43a


Comments

No comments written yet.

Please login to write comment.