Color Hex Logo

#acb281 Color Hex

#ACB281
(172,178,129)
0 Favorites   0 Comments

Color spaces of #acb281

RGB 172178129
HSL0.190.240.60
HSV67°28°70°
CMYK 0.030.000.28   0.30
XYZ36.896142.196426.9690
Yxy42.19640.34790.3978
Hunter Lab64.9588-12.291120.8556
CIE-Lab71.0061-10.285824.4081

#acb281 color RGB value is (172,178,129).

#acb281 hex color red value is 172, green value is 178 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #acb281 hue: 0.19 , saturation: 0.24 and the lightness value of acb281 is 0.60.

The process color (four color CMYK) of #acb281 color hex is 0.03, 0.00, 0.28, 0.30. Web safe color of #acb281 is #999999. Color #acb281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 10000001
Octal 254 262 201
Decimal 172 178 129
Hex AC B2 81

RGB Percentages of Color #acb281

%35.91
%37.16
%26.93

CMYK Percentages of Color #acb281

%3
%0
%28
%30

Triadic Colors of #acb281

#acb281 #81acb2 #b281ac

Analogous Colors of #acb281

#acb281 #94b281 #b2a081

Monochromatic Colors of #acb281

#acb281

Complementary Color

#acb281 #8781b2

#acb281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb281 Color CSS Codes

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

#acb281 Text Font Color

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

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


#acb281 Background Color

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

This div background color is #acb281


#acb281 Border Color

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

This div border color is #acb281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb281


Comments

No comments written yet.

Please login to write comment.