Color Hex Logo

#acc4af Color Hex

#ACC4AF
(172,196,175)
0 Favorites   0 Comments

Color spaces of #acc4af

RGB 172196175
HSL0.350.170.72
HSV128°12°77°
CMYK 0.120.000.11   0.23
XYZ44.491051.345748.1232
Yxy51.34570.30910.3567
Hunter Lab71.6559-14.567610.3407
CIE-Lab76.8879-12.15617.8067

#acc4af color RGB value is (172,196,175).

#acc4af hex color red value is 172, green value is 196 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acc4af hue: 0.35 , saturation: 0.17 and the lightness value of acc4af is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 10101111
Octal 254 304 257
Decimal 172 196 175
Hex AC C4 AF

RGB Percentages of Color #acc4af

%31.68
%36.10
%32.23

CMYK Percentages of Color #acc4af

%12
%0
%11
%23

Triadic Colors of #acc4af

#acc4af #afacc4 #c4afac

Analogous Colors of #acc4af

#acc4af #acc4bb #b5c4ac

Monochromatic Colors of #acc4af

#acc4af

Complementary Color

#acc4af #c4acc1

#acc4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4af Color CSS Codes

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

#acc4af Text Font Color

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

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


#acc4af Background Color

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

This div background color is #acc4af


#acc4af Border Color

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

This div border color is #acc4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4af


Comments

No comments written yet.

Please login to write comment.