Color Hex Logo

#acd888 Color Hex

#ACD888
(172,216,136)
0 Favorites   0 Comments

Color spaces of #acd888

RGB 172216136
HSL0.260.510.69
HSV93°37°85°
CMYK 0.200.000.37   0.15
XYZ46.013159.660032.3829
Yxy59.66000.33330.4321
Hunter Lab77.2399-28.834329.2105
CIE-Lab81.6530-28.317634.8671

#acd888 color RGB value is (172,216,136).

#acd888 hex color red value is 172, green value is 216 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #acd888 hue: 0.26 , saturation: 0.51 and the lightness value of acd888 is 0.69.

The process color (four color CMYK) of #acd888 color hex is 0.20, 0.00, 0.37, 0.15. Web safe color of #acd888 is #99cc99. Color #acd888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10001000
Octal 254 330 210
Decimal 172 216 136
Hex AC D8 88

RGB Percentages of Color #acd888

%32.82
%41.22
%25.95

CMYK Percentages of Color #acd888

%20
%0
%37
%15

Triadic Colors of #acd888

#acd888 #88acd8 #d888ac

Analogous Colors of #acd888

#acd888 #88d88c #d4d888

Monochromatic Colors of #acd888

#acd888

Complementary Color

#acd888 #b488d8

#acd888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd888 Color CSS Codes

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

#acd888 Text Font Color

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

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


#acd888 Background Color

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

This div background color is #acd888


#acd888 Border Color

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

This div border color is #acd888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd888


Comments

No comments written yet.

Please login to write comment.