Color Hex Logo

#acb12b Color Hex

#ACB12B
(172,177,43)
0 Favorites   0 Comments

Color spaces of #acb12b

RGB 17217743
HSL0.170.610.43
HSV62°76°69°
CMYK 0.030.000.76   0.31
XYZ33.171440.38948.3331
Yxy40.38940.40510.4932
Hunter Lab63.5527-18.048836.7127
CIE-Lab69.7460-17.565762.9240

#acb12b color RGB value is (172,177,43).

#acb12b hex color red value is 172, green value is 177 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #acb12b hue: 0.17 , saturation: 0.61 and the lightness value of acb12b is 0.43.

The process color (four color CMYK) of #acb12b color hex is 0.03, 0.00, 0.76, 0.31. Web safe color of #acb12b is #999933. Color #acb12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 00101011
Octal 254 261 53
Decimal 172 177 43
Hex AC B1 2B

RGB Percentages of Color #acb12b

%43.88
%45.15
%10.97

CMYK Percentages of Color #acb12b

%3
%0
%76
%31

Triadic Colors of #acb12b

#acb12b #2bacb1 #b12bac

Analogous Colors of #acb12b

#acb12b #69b12b #b1732b

Monochromatic Colors of #acb12b

#acb12b

Complementary Color

#acb12b #302bb1

#acb12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb12b Color CSS Codes

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

#acb12b Text Font Color

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

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


#acb12b Background Color

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

This div background color is #acb12b


#acb12b Border Color

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

This div border color is #acb12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb12b


Comments

No comments written yet.

Please login to write comment.