Color Hex Logo

#5dc463 Color Hex

#5DC463
(93,196,99)
0 Favorites   0 Comments

Color spaces of #5dc463

RGB 9319699
HSL0.340.470.57
HSV123°53°77°
CMYK 0.530.000.49   0.23
XYZ26.506342.707918.6508
Yxy42.70790.30170.4861
Hunter Lab65.3513-41.965628.8249
CIE-Lab71.3563-49.867439.5411

#5dc463 color RGB value is (93,196,99).

#5dc463 hex color red value is 93, green value is 196 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #5dc463 hue: 0.34 , saturation: 0.47 and the lightness value of 5dc463 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000100 01100011
Octal 135 304 143
Decimal 93 196 99
Hex 5D C4 63

RGB Percentages of Color #5dc463

%23.97
%50.52
%25.52

CMYK Percentages of Color #5dc463

%53
%0
%49
%23

Triadic Colors of #5dc463

#5dc463 #635dc4 #c4635d

Analogous Colors of #5dc463

#5dc463 #5dc497 #8bc45d

Monochromatic Colors of #5dc463

#5dc463

Complementary Color

#5dc463 #c45dbe

#5dc463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc463 Color CSS Codes

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

#5dc463 Text Font Color

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

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


#5dc463 Background Color

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

This div background color is #5dc463


#5dc463 Border Color

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

This div border color is #5dc463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc463


Comments

No comments written yet.

Please login to write comment.