Color Hex Logo

#acba3a Color Hex

#ACBA3A
(172,186,58)
0 Favorites   0 Comments

Color spaces of #acba3a

RGB 17218658
HSL0.180.520.48
HSV67°69°73°
CMYK 0.080.000.69   0.27
XYZ35.335944.194010.6709
Yxy44.19400.39170.4900
Hunter Lab66.4786-21.457937.0180
CIE-Lab72.3580-21.328260.1316

#acba3a color RGB value is (172,186,58).

#acba3a hex color red value is 172, green value is 186 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #acba3a hue: 0.18 , saturation: 0.52 and the lightness value of acba3a is 0.48.

The process color (four color CMYK) of #acba3a color hex is 0.08, 0.00, 0.69, 0.27. Web safe color of #acba3a is #99cc33. Color #acba3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 00111010
Octal 254 272 72
Decimal 172 186 58
Hex AC BA 3A

RGB Percentages of Color #acba3a

%41.35
%44.71
%13.94

CMYK Percentages of Color #acba3a

%8
%0
%69
%27

Triadic Colors of #acba3a

#acba3a #3aacba #ba3aac

Analogous Colors of #acba3a

#acba3a #6cba3a #ba883a

Monochromatic Colors of #acba3a

#acba3a

Complementary Color

#acba3a #483aba

#acba3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba3a Color CSS Codes

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

#acba3a Text Font Color

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

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


#acba3a Background Color

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

This div background color is #acba3a


#acba3a Border Color

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

This div border color is #acba3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba3a


Comments

No comments written yet.

Please login to write comment.