Color Hex Logo

#acbf89 Color Hex

#ACBF89
(172,191,137)
0 Favorites   0 Comments

Color spaces of #acbf89

RGB 172191137
HSL0.230.300.64
HSV81°28°75°
CMYK 0.100.000.28   0.25
XYZ40.159447.838430.7840
Yxy47.83840.33810.4027
Hunter Lab69.1653-17.397022.0270
CIE-Lab74.7229-15.855525.1530

#acbf89 color RGB value is (172,191,137).

#acbf89 hex color red value is 172, green value is 191 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #acbf89 hue: 0.23 , saturation: 0.30 and the lightness value of acbf89 is 0.64.

The process color (four color CMYK) of #acbf89 color hex is 0.10, 0.00, 0.28, 0.25. Web safe color of #acbf89 is #99cc99. Color #acbf89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10001001
Octal 254 277 211
Decimal 172 191 137
Hex AC BF 89

RGB Percentages of Color #acbf89

%34.40
%38.20
%27.40

CMYK Percentages of Color #acbf89

%10
%0
%28
%25

Triadic Colors of #acbf89

#acbf89 #89acbf #bf89ac

Analogous Colors of #acbf89

#acbf89 #91bf89 #bfb789

Monochromatic Colors of #acbf89

#acbf89

Complementary Color

#acbf89 #9c89bf

#acbf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf89 Color CSS Codes

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

#acbf89 Text Font Color

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

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


#acbf89 Background Color

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

This div background color is #acbf89


#acbf89 Border Color

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

This div border color is #acbf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf89


Comments

No comments written yet.

Please login to write comment.