Color Hex Logo

#acbbaa Color Hex

#ACBBAA
(172,187,170)
0 Favorites   0 Comments

Color spaces of #acbbaa

RGB 172187170
HSL0.310.110.70
HSV113°73°
CMYK 0.080.000.09   0.27
XYZ42.039347.213644.9276
Yxy47.21360.31330.3519
Hunter Lab68.7122-11.03689.3316
CIE-Lab74.3262-8.38036.8395

#acbbaa color RGB value is (172,187,170).

#acbbaa hex color red value is 172, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acbbaa hue: 0.31 , saturation: 0.11 and the lightness value of acbbaa is 0.70.

The process color (four color CMYK) of #acbbaa color hex is 0.08, 0.00, 0.09, 0.27. Web safe color of #acbbaa is #99cc99. Color #acbbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10101010
Octal 254 273 252
Decimal 172 187 170
Hex AC BB AA

RGB Percentages of Color #acbbaa

%32.51
%35.35
%32.14

CMYK Percentages of Color #acbbaa

%8
%0
%9
%27

Triadic Colors of #acbbaa

#acbbaa #aaacbb #bbaaac

Analogous Colors of #acbbaa

#acbbaa #aabbb1 #b5bbaa

Monochromatic Colors of #acbbaa

#acbbaa

Complementary Color

#acbbaa #b9aabb

#acbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbaa Color CSS Codes

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

#acbbaa Text Font Color

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

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


#acbbaa Background Color

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

This div background color is #acbbaa


#acbbaa Border Color

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

This div border color is #acbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbaa


Comments

No comments written yet.

Please login to write comment.