Color Hex Logo

#acdc7e Color Hex

#ACDC7E
(172,220,126)
0 Favorites   0 Comments

Color spaces of #acdc7e

RGB 172220126
HSL0.250.570.68
HSV91°43°86°
CMYK 0.220.000.43   0.14
XYZ46.372461.463429.1582
Yxy61.46340.33850.4487
Hunter Lab78.3986-31.615632.8277
CIE-Lab82.6272-31.497541.1339

#acdc7e color RGB value is (172,220,126).

#acdc7e hex color red value is 172, green value is 220 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #acdc7e hue: 0.25 , saturation: 0.57 and the lightness value of acdc7e is 0.68.

The process color (four color CMYK) of #acdc7e color hex is 0.22, 0.00, 0.43, 0.14. Web safe color of #acdc7e is #99cc66. Color #acdc7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 01111110
Octal 254 334 176
Decimal 172 220 126
Hex AC DC 7E

RGB Percentages of Color #acdc7e

%33.20
%42.47
%24.32

CMYK Percentages of Color #acdc7e

%22
%0
%43
%14

Triadic Colors of #acdc7e

#acdc7e #7eacdc #dc7eac

Analogous Colors of #acdc7e

#acdc7e #7edc7f #dbdc7e

Monochromatic Colors of #acdc7e

#acdc7e

Complementary Color

#acdc7e #ae7edc

#acdc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc7e Color CSS Codes

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

#acdc7e Text Font Color

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

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


#acdc7e Background Color

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

This div background color is #acdc7e


#acdc7e Border Color

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

This div border color is #acdc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc7e


Comments

No comments written yet.

Please login to write comment.