Color Hex Logo

#acd281 Color Hex

#ACD281
(172,210,129)
0 Favorites   0 Comments

Color spaces of #acd281

RGB 172210129
HSL0.240.470.66
HSV88°39°82°
CMYK 0.180.000.39   0.18
XYZ44.022356.448829.3444
Yxy56.44880.33910.4348
Hunter Lab75.1324-26.893329.4358
CIE-Lab79.8686-26.371736.1038

#acd281 color RGB value is (172,210,129).

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

The process color (four color CMYK) of #acd281 color hex is 0.18, 0.00, 0.39, 0.18. Web safe color of #acd281 is #99cc99. Color #acd281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 10000001
Octal 254 322 201
Decimal 172 210 129
Hex AC D2 81

RGB Percentages of Color #acd281

%33.66
%41.10
%25.24

CMYK Percentages of Color #acd281

%18
%0
%39
%18

Triadic Colors of #acd281

#acd281 #81acd2 #d281ac

Analogous Colors of #acd281

#acd281 #84d281 #d2d081

Monochromatic Colors of #acd281

#acd281

Complementary Color

#acd281 #a781d2

#acd281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd281 Color CSS Codes

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

#acd281 Text Font Color

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

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


#acd281 Background Color

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

This div background color is #acd281


#acd281 Border Color

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

This div border color is #acd281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd281


Comments

No comments written yet.

Please login to write comment.