Color Hex Logo

#acbb99 Color Hex

#ACBB99
(172,187,153)
0 Favorites   0 Comments

Color spaces of #acbb99

RGB 172187153
HSL0.240.200.67
HSV86°18°73°
CMYK 0.080.000.18   0.27
XYZ40.533446.611236.9975
Yxy46.61120.32650.3755
Hunter Lab68.2724-13.501015.6608
CIE-Lab73.9404-11.321515.5076

#acbb99 color RGB value is (172,187,153).

#acbb99 hex color red value is 172, green value is 187 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acbb99 hue: 0.24 , saturation: 0.20 and the lightness value of acbb99 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10011001
Octal 254 273 231
Decimal 172 187 153
Hex AC BB 99

RGB Percentages of Color #acbb99

%33.59
%36.52
%29.88

CMYK Percentages of Color #acbb99

%8
%0
%18
%27

Triadic Colors of #acbb99

#acbb99 #99acbb #bb99ac

Analogous Colors of #acbb99

#acbb99 #9bbb99 #bbb999

Monochromatic Colors of #acbb99

#acbb99

Complementary Color

#acbb99 #a899bb

#acbb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb99 Color CSS Codes

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

#acbb99 Text Font Color

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

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


#acbb99 Background Color

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

This div background color is #acbb99


#acbb99 Border Color

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

This div border color is #acbb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb99


Comments

No comments written yet.

Please login to write comment.