Color Hex Logo

#acd88a Color Hex

#ACD88A
(172,216,138)
0 Favorites   0 Comments

Color spaces of #acd88a

RGB 172216138
HSL0.260.500.69
HSV94°36°85°
CMYK 0.200.000.36   0.15
XYZ46.156659.717433.1387
Yxy59.71740.33200.4296
Hunter Lab77.2770-28.619028.6686
CIE-Lab81.6843-28.044833.8905

#acd88a color RGB value is (172,216,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 10001010
Octal 254 330 212
Decimal 172 216 138
Hex AC D8 8A

RGB Percentages of Color #acd88a

%32.70
%41.06
%26.24

CMYK Percentages of Color #acd88a

%20
%0
%36
%15

Triadic Colors of #acd88a

#acd88a #8aacd8 #d88aac

Analogous Colors of #acd88a

#acd88a #8ad88f #d3d88a

Monochromatic Colors of #acd88a

#acd88a

Complementary Color

#acd88a #b68ad8

#acd88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd88a Color CSS Codes

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

#acd88a Text Font Color

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

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


#acd88a Background Color

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

This div background color is #acd88a


#acd88a Border Color

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

This div border color is #acd88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd88a


Comments

No comments written yet.

Please login to write comment.