Color Hex Logo

#acb18b Color Hex

#ACB18B
(172,177,139)
0 Favorites   0 Comments

Color spaces of #acb18b

RGB 172177139
HSL0.190.200.62
HSV68°21°69°
CMYK 0.030.000.21   0.31
XYZ37.395642.079030.5772
Yxy42.07900.33980.3824
Hunter Lab64.8683-10.617117.4601
CIE-Lab70.9254-8.299118.9001

#acb18b color RGB value is (172,177,139).

#acb18b hex color red value is 172, green value is 177 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acb18b hue: 0.19 , saturation: 0.20 and the lightness value of acb18b is 0.62.

The process color (four color CMYK) of #acb18b color hex is 0.03, 0.00, 0.21, 0.31. Web safe color of #acb18b is #999999. Color #acb18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 10001011
Octal 254 261 213
Decimal 172 177 139
Hex AC B1 8B

RGB Percentages of Color #acb18b

%35.25
%36.27
%28.48

CMYK Percentages of Color #acb18b

%3
%0
%21
%31

Triadic Colors of #acb18b

#acb18b #8bacb1 #b18bac

Analogous Colors of #acb18b

#acb18b #99b18b #b1a38b

Monochromatic Colors of #acb18b

#acb18b

Complementary Color

#acb18b #908bb1

#acb18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb18b Color CSS Codes

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

#acb18b Text Font Color

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

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


#acb18b Background Color

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

This div background color is #acb18b


#acb18b Border Color

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

This div border color is #acb18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb18b


Comments

No comments written yet.

Please login to write comment.