Color Hex Logo

#acb30a Color Hex

#ACB30A
(172,179,10)
0 Favorites   0 Comments

Color spaces of #acb30a

RGB 17217910
HSL0.170.890.37
HSV62°94°70°
CMYK 0.040.000.94   0.30
XYZ33.188141.03286.4581
Yxy41.03280.41140.5086
Hunter Lab64.0568-19.618038.8623
CIE-Lab70.1989-19.458970.6217

#acb30a color RGB value is (172,179,10).

#acb30a hex color red value is 172, green value is 179 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #acb30a hue: 0.17 , saturation: 0.89 and the lightness value of acb30a is 0.37.

The process color (four color CMYK) of #acb30a color hex is 0.04, 0.00, 0.94, 0.30. Web safe color of #acb30a is #99cc00. Color #acb30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00001010
Octal 254 263 12
Decimal 172 179 10
Hex AC B3 A

RGB Percentages of Color #acb30a

%47.65
%49.58
%2.77

CMYK Percentages of Color #acb30a

%4
%0
%94
%30

Triadic Colors of #acb30a

#acb30a #0aacb3 #b30aac

Analogous Colors of #acb30a

#acb30a #58b30a #b3660a

Monochromatic Colors of #acb30a

#acb30a

Complementary Color

#acb30a #110ab3

#acb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb30a Color CSS Codes

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

#acb30a Text Font Color

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

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


#acb30a Background Color

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

This div background color is #acb30a


#acb30a Border Color

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

This div border color is #acb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb30a


Comments

No comments written yet.

Please login to write comment.