Color Hex Logo

#acd67a Color Hex

#ACD67A
(172,214,122)
0 Favorites   0 Comments

Color spaces of #acd67a

RGB 172214122
HSL0.240.530.66
HSV87°43°84°
CMYK 0.200.000.43   0.16
XYZ44.572758.268927.3102
Yxy58.26890.34250.4477
Hunter Lab76.3341-29.355632.2215
CIE-Lab80.8881-29.160540.9184

#acd67a color RGB value is (172,214,122).

#acd67a hex color red value is 172, green value is 214 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acd67a hue: 0.24 , saturation: 0.53 and the lightness value of acd67a is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 01111010
Octal 254 326 172
Decimal 172 214 122
Hex AC D6 7A

RGB Percentages of Color #acd67a

%33.86
%42.13
%24.02

CMYK Percentages of Color #acd67a

%20
%0
%43
%16

Triadic Colors of #acd67a

#acd67a #7aacd6 #d67aac

Analogous Colors of #acd67a

#acd67a #7ed67a #d6d27a

Monochromatic Colors of #acd67a

#acd67a

Complementary Color

#acd67a #a47ad6

#acd67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd67a Color CSS Codes

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

#acd67a Text Font Color

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

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


#acd67a Background Color

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

This div background color is #acd67a


#acd67a Border Color

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

This div border color is #acd67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd67a


Comments

No comments written yet.

Please login to write comment.