Color Hex Logo

#acc2af Color Hex

#ACC2AF
(172,194,175)
0 Favorites   0 Comments

Color spaces of #acc2af

RGB 172194175
HSL0.360.150.72
HSV128°11°76°
CMYK 0.110.000.10   0.24
XYZ44.042950.449447.9738
Yxy50.44940.30910.3541
Hunter Lab71.0277-13.61429.6736
CIE-Lab76.3443-11.12047.0271

#acc2af color RGB value is (172,194,175).

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

The process color (four color CMYK) of #acc2af color hex is 0.11, 0.00, 0.10, 0.24. Web safe color of #acc2af is #99cc99. Color #acc2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10101111
Octal 254 302 257
Decimal 172 194 175
Hex AC C2 AF

RGB Percentages of Color #acc2af

%31.79
%35.86
%32.35

CMYK Percentages of Color #acc2af

%11
%0
%10
%24

Triadic Colors of #acc2af

#acc2af #afacc2 #c2afac

Analogous Colors of #acc2af

#acc2af #acc2ba #b4c2ac

Monochromatic Colors of #acc2af

#acc2af

Complementary Color

#acc2af #c2acbf

#acc2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2af Color CSS Codes

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

#acc2af Text Font Color

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

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


#acc2af Background Color

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

This div background color is #acc2af


#acc2af Border Color

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

This div border color is #acc2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2af


Comments

No comments written yet.

Please login to write comment.