Color Hex Logo

#5dc473 Color Hex

#5DC473
(93,196,115)
0 Favorites   0 Comments

Color spaces of #5dc473

RGB 93196115
HSL0.370.470.57
HSV133°53°77°
CMYK 0.530.000.41   0.23
XYZ27.348643.044823.0867
Yxy43.04480.29260.4605
Hunter Lab65.6085-40.408125.0627
CIE-Lab71.5854-47.430731.7486

#5dc473 color RGB value is (93,196,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000100 01110011
Octal 135 304 163
Decimal 93 196 115
Hex 5D C4 73

RGB Percentages of Color #5dc473

%23.02
%48.51
%28.47

CMYK Percentages of Color #5dc473

%53
%0
%41
%23

Triadic Colors of #5dc473

#5dc473 #735dc4 #c4735d

Analogous Colors of #5dc473

#5dc473 #5dc4a7 #7bc45d

Monochromatic Colors of #5dc473

#5dc473

Complementary Color

#5dc473 #c45dae

#5dc473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc473 Color CSS Codes

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

#5dc473 Text Font Color

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

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


#5dc473 Background Color

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

This div background color is #5dc473


#5dc473 Border Color

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

This div border color is #5dc473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc473


Comments

No comments written yet.

Please login to write comment.