Color Hex Logo

#acd499 Color Hex

#ACD499
(172,212,153)
0 Favorites   0 Comments

Color spaces of #acd499

RGB 172212153
HSL0.280.410.72
HSV101°28°83°
CMYK 0.190.000.28   0.17
XYZ46.306558.157538.9219
Yxy58.15750.32300.4056
Hunter Lab76.2611-25.069823.1225
CIE-Lab80.8263-23.921325.0008

#acd499 color RGB value is (172,212,153).

#acd499 hex color red value is 172, green value is 212 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acd499 hue: 0.28 , saturation: 0.41 and the lightness value of acd499 is 0.72.

The process color (four color CMYK) of #acd499 color hex is 0.19, 0.00, 0.28, 0.17. Web safe color of #acd499 is #99cc99. Color #acd499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 10011001
Octal 254 324 231
Decimal 172 212 153
Hex AC D4 99

RGB Percentages of Color #acd499

%32.03
%39.48
%28.49

CMYK Percentages of Color #acd499

%19
%0
%28
%17

Triadic Colors of #acd499

#acd499 #99acd4 #d499ac

Analogous Colors of #acd499

#acd499 #99d4a4 #cad499

Monochromatic Colors of #acd499

#acd499

Complementary Color

#acd499 #c199d4

#acd499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd499 Color CSS Codes

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

#acd499 Text Font Color

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

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


#acd499 Background Color

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

This div background color is #acd499


#acd499 Border Color

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

This div border color is #acd499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd499


Comments

No comments written yet.

Please login to write comment.