Color Hex Logo

#acb15b Color Hex

#ACB15B
(172,177,91)
0 Favorites   0 Comments

Color spaces of #acb15b

RGB 17217791
HSL0.180.360.53
HSV63°49°69°
CMYK 0.030.000.49   0.31
XYZ34.623740.970315.9807
Yxy40.97030.37810.4474
Hunter Lab64.0080-15.458630.0029
CIE-Lab70.1551-14.264943.0459

#acb15b color RGB value is (172,177,91).

#acb15b hex color red value is 172, green value is 177 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #acb15b hue: 0.18 , saturation: 0.36 and the lightness value of acb15b is 0.53.

The process color (four color CMYK) of #acb15b color hex is 0.03, 0.00, 0.49, 0.31. Web safe color of #acb15b is #999966. Color #acb15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01011011
Octal 254 261 133
Decimal 172 177 91
Hex AC B1 5B

RGB Percentages of Color #acb15b

%39.09
%40.23
%20.68

CMYK Percentages of Color #acb15b

%3
%0
%49
%31

Triadic Colors of #acb15b

#acb15b #5bacb1 #b15bac

Analogous Colors of #acb15b

#acb15b #81b15b #b18b5b

Monochromatic Colors of #acb15b

#acb15b

Complementary Color

#acb15b #605bb1

#acb15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb15b Color CSS Codes

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

#acb15b Text Font Color

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

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


#acb15b Background Color

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

This div background color is #acb15b


#acb15b Border Color

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

This div border color is #acb15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb15b


Comments

No comments written yet.

Please login to write comment.