Color Hex Logo

#acc6af Color Hex

#ACC6AF
(172,198,175)
0 Favorites   0 Comments

Color spaces of #acc6af

RGB 172198175
HSL0.350.190.73
HSV127°13°78°
CMYK 0.130.000.12   0.22
XYZ44.945252.254048.2746
Yxy52.25400.30900.3592
Hunter Lab72.2869-15.517811.0058
CIE-Lab77.4325-13.18658.5859

#acc6af color RGB value is (172,198,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 10101111
Octal 254 306 257
Decimal 172 198 175
Hex AC C6 AF

RGB Percentages of Color #acc6af

%31.56
%36.33
%32.11

CMYK Percentages of Color #acc6af

%13
%0
%12
%22

Triadic Colors of #acc6af

#acc6af #afacc6 #c6afac

Analogous Colors of #acc6af

#acc6af #acc6bc #b6c6ac

Monochromatic Colors of #acc6af

#acc6af

Complementary Color

#acc6af #c6acc3

#acc6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc6af Color CSS Codes

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

#acc6af Text Font Color

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

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


#acc6af Background Color

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

This div background color is #acc6af


#acc6af Border Color

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

This div border color is #acc6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc6af


Comments

No comments written yet.

Please login to write comment.