Color Hex Logo

#5dac6f Color Hex

#5DAC6F
(93,172,111)
0 Favorites   0 Comments

Color spaces of #5dac6f

RGB 93172111
HSL0.370.320.52
HSV134°46°67°
CMYK 0.460.000.35   0.33
XYZ22.136032.979920.2380
Yxy32.97990.29380.4377
Hunter Lab57.4281-31.695419.3056
CIE-Lab64.1446-37.824624.0418

#5dac6f color RGB value is (93,172,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101100 01101111
Octal 135 254 157
Decimal 93 172 111
Hex 5D AC 6F

RGB Percentages of Color #5dac6f

%24.73
%45.74
%29.52

CMYK Percentages of Color #5dac6f

%46
%0
%35
%33

Triadic Colors of #5dac6f

#5dac6f #6f5dac #ac6f5d

Analogous Colors of #5dac6f

#5dac6f #5dac97 #73ac5d

Monochromatic Colors of #5dac6f

#5dac6f

Complementary Color

#5dac6f #ac5d9a

#5dac6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dac6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dac6f Color CSS Codes

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

#5dac6f Text Font Color

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

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


#5dac6f Background Color

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

This div background color is #5dac6f


#5dac6f Border Color

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

This div border color is #5dac6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dac6f


Comments

No comments written yet.

Please login to write comment.