Color Hex Logo

#acc2ae Color Hex

#ACC2AE
(172,194,174)
0 Favorites   0 Comments

Color spaces of #acc2ae

RGB 172194174
HSL0.350.150.72
HSV125°11°76°
CMYK 0.110.000.10   0.24
XYZ43.945050.410247.4584
Yxy50.41020.30990.3555
Hunter Lab71.0001-13.769010.0691
CIE-Lab76.3204-11.30427.5328

#acc2ae color RGB value is (172,194,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10101110
Octal 254 302 256
Decimal 172 194 174
Hex AC C2 AE

RGB Percentages of Color #acc2ae

%31.85
%35.93
%32.22

CMYK Percentages of Color #acc2ae

%11
%0
%10
%24

Triadic Colors of #acc2ae

#acc2ae #aeacc2 #c2aeac

Analogous Colors of #acc2ae

#acc2ae #acc2b9 #b5c2ac

Monochromatic Colors of #acc2ae

#acc2ae

Complementary Color

#acc2ae #c2acc0

#acc2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2ae Color CSS Codes

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

#acc2ae Text Font Color

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

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


#acc2ae Background Color

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

This div background color is #acc2ae


#acc2ae Border Color

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

This div border color is #acc2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2ae


Comments

No comments written yet.

Please login to write comment.