Color Hex Logo

#acbb93 Color Hex

#ACBB93
(172,187,147)
0 Favorites   0 Comments

Color spaces of #acbb93

RGB 172187147
HSL0.230.230.65
HSV82°21°73°
CMYK 0.080.000.21   0.27
XYZ40.050046.417934.4524
Yxy46.41790.33120.3839
Hunter Lab68.1307-14.299117.7096
CIE-Lab73.8159-12.287018.5694

#acbb93 color RGB value is (172,187,147).

#acbb93 hex color red value is 172, green value is 187 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acbb93 hue: 0.23 , saturation: 0.23 and the lightness value of acbb93 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10010011
Octal 254 273 223
Decimal 172 187 147
Hex AC BB 93

RGB Percentages of Color #acbb93

%33.99
%36.96
%29.05

CMYK Percentages of Color #acbb93

%8
%0
%21
%27

Triadic Colors of #acbb93

#acbb93 #93acbb #bb93ac

Analogous Colors of #acbb93

#acbb93 #98bb93 #bbb693

Monochromatic Colors of #acbb93

#acbb93

Complementary Color

#acbb93 #a293bb

#acbb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb93 Color CSS Codes

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

#acbb93 Text Font Color

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

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


#acbb93 Background Color

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

This div background color is #acbb93


#acbb93 Border Color

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

This div border color is #acbb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb93


Comments

No comments written yet.

Please login to write comment.