Color Hex Logo

#acc0ab Color Hex

#ACC0AB
(172,192,171)
0 Favorites   0 Comments

Color spaces of #acc0ab

RGB 172192171
HSL0.330.140.71
HSV117°11°75°
CMYK 0.100.000.11   0.25
XYZ43.213649.410245.7876
Yxy49.41020.31220.3570
Hunter Lab70.2924-13.275410.5839
CIE-Lab75.7058-10.81238.2741

#acc0ab color RGB value is (172,192,171).

#acc0ab hex color red value is 172, green value is 192 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acc0ab hue: 0.33 , saturation: 0.14 and the lightness value of acc0ab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 10101011
Octal 254 300 253
Decimal 172 192 171
Hex AC C0 AB

RGB Percentages of Color #acc0ab

%32.15
%35.89
%31.96

CMYK Percentages of Color #acc0ab

%10
%0
%11
%25

Triadic Colors of #acc0ab

#acc0ab #abacc0 #c0abac

Analogous Colors of #acc0ab

#acc0ab #abc0b5 #b7c0ab

Monochromatic Colors of #acc0ab

#acc0ab

Complementary Color

#acc0ab #bfabc0

#acc0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0ab Color CSS Codes

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

#acc0ab Text Font Color

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

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


#acc0ab Background Color

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

This div background color is #acc0ab


#acc0ab Border Color

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

This div border color is #acc0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0ab


Comments

No comments written yet.

Please login to write comment.