Color Hex Logo

#acbeaa Color Hex

#ACBEAA
(172,190,170)
0 Favorites   0 Comments

Color spaces of #acbeaa

RGB 172190170
HSL0.320.130.71
HSV114°11°75°
CMYK 0.090.000.11   0.25
XYZ42.682448.499845.1420
Yxy48.49980.31310.3558
Hunter Lab69.6418-12.473210.3173
CIE-Lab75.1391-9.95138.0046

#acbeaa color RGB value is (172,190,170).

#acbeaa hex color red value is 172, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acbeaa hue: 0.32 , saturation: 0.13 and the lightness value of acbeaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10101010
Octal 254 276 252
Decimal 172 190 170
Hex AC BE AA

RGB Percentages of Color #acbeaa

%32.33
%35.71
%31.95

CMYK Percentages of Color #acbeaa

%9
%0
%11
%25

Triadic Colors of #acbeaa

#acbeaa #aaacbe #beaaac

Analogous Colors of #acbeaa

#acbeaa #aabeb2 #b6beaa

Monochromatic Colors of #acbeaa

#acbeaa

Complementary Color

#acbeaa #bcaabe

#acbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeaa Color CSS Codes

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

#acbeaa Text Font Color

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

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


#acbeaa Background Color

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

This div background color is #acbeaa


#acbeaa Border Color

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

This div border color is #acbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeaa


Comments

No comments written yet.

Please login to write comment.