Color Hex Logo

#acd77d Color Hex

#ACD77D
(172,215,125)
0 Favorites   0 Comments

Color spaces of #acd77d

RGB 172215125
HSL0.250.530.67
HSV89°42°84°
CMYK 0.200.000.42   0.16
XYZ45.015458.852228.3891
Yxy58.85220.34040.4450
Hunter Lab76.7152-29.510331.7599
CIE-Lab81.2103-29.267539.8344

#acd77d color RGB value is (172,215,125).

#acd77d hex color red value is 172, green value is 215 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #acd77d hue: 0.25 , saturation: 0.53 and the lightness value of acd77d is 0.67.

The process color (four color CMYK) of #acd77d color hex is 0.20, 0.00, 0.42, 0.16. Web safe color of #acd77d is #99cc66. Color #acd77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01111101
Octal 254 327 175
Decimal 172 215 125
Hex AC D7 7D

RGB Percentages of Color #acd77d

%33.59
%41.99
%24.41

CMYK Percentages of Color #acd77d

%20
%0
%42
%16

Triadic Colors of #acd77d

#acd77d #7dacd7 #d77dac

Analogous Colors of #acd77d

#acd77d #7fd77d #d7d57d

Monochromatic Colors of #acd77d

#acd77d

Complementary Color

#acd77d #a87dd7

#acd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd77d Color CSS Codes

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

#acd77d Text Font Color

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

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


#acd77d Background Color

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

This div background color is #acd77d


#acd77d Border Color

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

This div border color is #acd77d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,215,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acd77d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acd77d;
  -webkit-box-shadow: 1px 1px 3px 2px #acd77d;
  box-shadow:         1px 1px 3px 2px #acd77d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd77d


Comments

No comments written yet.

Please login to write comment.