Color Hex Logo

#acc499 Color Hex

#ACC499
(172,196,153)
0 Favorites   0 Comments

Color spaces of #acc499

RGB 172196153
HSL0.260.270.68
HSV93°22°77°
CMYK 0.120.000.22   0.23
XYZ42.503050.550437.6541
Yxy50.55040.32520.3867
Hunter Lab71.0988-17.715318.3690
CIE-Lab76.4059-15.948818.9376

#acc499 color RGB value is (172,196,153).

#acc499 hex color red value is 172, green value is 196 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acc499 hue: 0.26 , saturation: 0.27 and the lightness value of acc499 is 0.68.

The process color (four color CMYK) of #acc499 color hex is 0.12, 0.00, 0.22, 0.23. Web safe color of #acc499 is #99cc99. Color #acc499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10011001
Octal 254 304 231
Decimal 172 196 153
Hex AC C4 99

RGB Percentages of Color #acc499

%33.01
%37.62
%29.37

CMYK Percentages of Color #acc499

%12
%0
%22
%23

Triadic Colors of #acc499

#acc499 #99acc4 #c499ac

Analogous Colors of #acc499

#acc499 #99c49c #c2c499

Monochromatic Colors of #acc499

#acc499

Complementary Color

#acc499 #b199c4

#acc499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc499 Color CSS Codes

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

#acc499 Text Font Color

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

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


#acc499 Background Color

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

This div background color is #acc499


#acc499 Border Color

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

This div border color is #acc499


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,196,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 #acc499">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc499


Comments

No comments written yet.

Please login to write comment.