Color Hex Logo

#5dac77 Color Hex

#5DAC77
(93,172,119)
0 Favorites   0 Comments

Color spaces of #5dac77

RGB 93172119
HSL0.390.320.52
HSV140°46°67°
CMYK 0.460.000.31   0.33
XYZ22.596533.164122.6631
Yxy33.16410.28810.4229
Hunter Lab57.5883-30.739616.9790
CIE-Lab64.2936-36.348019.9104

#5dac77 color RGB value is (93,172,119).

#5dac77 hex color red value is 93, green value is 172 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #5dac77 hue: 0.39 , saturation: 0.32 and the lightness value of 5dac77 is 0.52.

The process color (four color CMYK) of #5dac77 color hex is 0.46, 0.00, 0.31, 0.33. Web safe color of #5dac77 is #669966. Color #5dac77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 01110111
Octal 135 254 167
Decimal 93 172 119
Hex 5D AC 77

RGB Percentages of Color #5dac77

%24.22
%44.79
%30.99

CMYK Percentages of Color #5dac77

%46
%0
%31
%33

Triadic Colors of #5dac77

#5dac77 #775dac #ac775d

Analogous Colors of #5dac77

#5dac77 #5dac9f #6bac5d

Monochromatic Colors of #5dac77

#5dac77

Complementary Color

#5dac77 #ac5d92

#5dac77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dac77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dac77 Color CSS Codes

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

#5dac77 Text Font Color

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

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


#5dac77 Background Color

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

This div background color is #5dac77


#5dac77 Border Color

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

This div border color is #5dac77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dac77


Comments

No comments written yet.

Please login to write comment.