color codes Logo

#acb77a color codes

#ACB77A
(172,183,122)
0 Favorites   0 Comments

Color spaces of #acb77a

RGB 172183122
HSL0.200.300.60
HSV71°33°72°
CMYK 0.060.000.33   0.28
XYZ37.459644.042824.9391
Yxy44.04280.35190.4138
Hunter Lab66.3647-15.383924.1748
CIE-Lab72.2571-13.830529.7987

#acb77a color RGB value is (172,183,122).

#acb77a hex color red value is 172, green value is 183 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acb77a hue: 0.20 , saturation: 0.30 and the lightness value of acb77a is 0.60.

The process color (four color CMYK) of #acb77a color code is 0.06, 0.00, 0.33, 0.28. Web safe color of #acb77a is #99cc66. Color #acb77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01111010
Octal 254 267 172
Decimal 172 183 122
Hex AC B7 7A

RGB Percentages of Color #acb77a

%36.06
%38.36
%25.58

CMYK Percentages of Color #acb77a

%6
%0
%33
%28

Triadic Colors of #acb77a

#acb77a #7aacb7 #b77aac

Analogous Colors of #acb77a

#acb77a #8eb77a #b7a47a

Monochromatic Colors of #acb77a

#acb77a

Complementary Color

#acb77a #857ab7

#acb77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb77a Color CSS Codes

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

#acb77a Text Font Color

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

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


#acb77a Background Color

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

This div background color is #acb77a


#acb77a Border Color

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

This div border color is #acb77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb77a


Comments

No comments written yet.

Please login to write comment.