Color Hex Logo

#5dc059 Color Hex

#5DC059
(93,192,89)
0 Favorites   0 Comments

Color spaces of #5dc059

RGB 9319289
HSL0.330.450.55
HSV118°54°75°
CMYK 0.520.000.54   0.25
XYZ25.167040.747715.9898
Yxy40.74770.30730.4975
Hunter Lab63.8339-41.334429.8322
CIE-Lab69.9988-49.613542.7563

#5dc059 color RGB value is (93,192,89).

#5dc059 hex color red value is 93, green value is 192 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5dc059 hue: 0.33 , saturation: 0.45 and the lightness value of 5dc059 is 0.55.

The process color (four color CMYK) of #5dc059 color hex is 0.52, 0.00, 0.54, 0.25. Web safe color of #5dc059 is #66cc66. Color #5dc059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000000 01011001
Octal 135 300 131
Decimal 93 192 89
Hex 5D C0 59

RGB Percentages of Color #5dc059

%24.87
%51.34
%23.80

CMYK Percentages of Color #5dc059

%52
%0
%54
%25

Triadic Colors of #5dc059

#5dc059 #595dc0 #c0595d

Analogous Colors of #5dc059

#5dc059 #59c089 #91c059

Monochromatic Colors of #5dc059

#5dc059

Complementary Color

#5dc059 #bc59c0

#5dc059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc059 Color CSS Codes

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

#5dc059 Text Font Color

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

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


#5dc059 Background Color

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

This div background color is #5dc059


#5dc059 Border Color

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

This div border color is #5dc059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc059


Comments

No comments written yet.

Please login to write comment.