Color Hex Logo

#acb31a Color Hex

#ACB31A
(172,179,26)
0 Favorites   0 Comments

Color spaces of #acb31a

RGB 17217926
HSL0.170.750.40
HSV63°85°70°
CMYK 0.040.000.85   0.30
XYZ33.319841.08547.1514
Yxy41.08540.40850.5038
Hunter Lab64.0979-19.382238.2535
CIE-Lab70.2357-19.152567.9884

#acb31a color RGB value is (172,179,26).

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

The process color (four color CMYK) of #acb31a color hex is 0.04, 0.00, 0.85, 0.30. Web safe color of #acb31a is #99cc33. Color #acb31a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00011010
Octal 254 263 32
Decimal 172 179 26
Hex AC B3 1A

RGB Percentages of Color #acb31a

%45.62
%47.48
%6.90

CMYK Percentages of Color #acb31a

%4
%0
%85
%30

Triadic Colors of #acb31a

#acb31a #1aacb3 #b31aac

Analogous Colors of #acb31a

#acb31a #60b31a #b36e1a

Monochromatic Colors of #acb31a

#acb31a

Complementary Color

#acb31a #211ab3

#acb31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb31a Color CSS Codes

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

#acb31a Text Font Color

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

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


#acb31a Background Color

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

This div background color is #acb31a


#acb31a Border Color

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

This div border color is #acb31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb31a


Comments

No comments written yet.

Please login to write comment.