Color Hex Logo

#acd68f Color Hex

#ACD68F
(172,214,143)
0 Favorites   0 Comments

Color spaces of #acd68f

RGB 172214143
HSL0.270.460.70
HSV95°33°84°
CMYK 0.200.000.33   0.16
XYZ46.017858.847034.9198
Yxy58.84700.32920.4210
Hunter Lab76.7118-27.167226.7090
CIE-Lab81.2074-26.383530.6999

#acd68f color RGB value is (172,214,143).

#acd68f hex color red value is 172, green value is 214 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acd68f hue: 0.27 , saturation: 0.46 and the lightness value of acd68f is 0.70.

The process color (four color CMYK) of #acd68f color hex is 0.20, 0.00, 0.33, 0.16. Web safe color of #acd68f is #99cc99. Color #acd68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 10001111
Octal 254 326 217
Decimal 172 214 143
Hex AC D6 8F

RGB Percentages of Color #acd68f

%32.51
%40.45
%27.03

CMYK Percentages of Color #acd68f

%20
%0
%33
%16

Triadic Colors of #acd68f

#acd68f #8facd6 #d68fac

Analogous Colors of #acd68f

#acd68f #8fd696 #d0d68f

Monochromatic Colors of #acd68f

#acd68f

Complementary Color

#acd68f #b98fd6

#acd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd68f Color CSS Codes

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

#acd68f Text Font Color

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

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


#acd68f Background Color

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

This div background color is #acd68f


#acd68f Border Color

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

This div border color is #acd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd68f


Comments

No comments written yet.

Please login to write comment.