Color Hex Logo

#acba43 Color Hex

#ACBA43
(172,186,67)
0 Favorites   0 Comments

Color spaces of #acba43

RGB 17218667
HSL0.190.470.50
HSV67°64°73°
CMYK 0.080.000.64   0.27
XYZ35.585344.293711.9842
Yxy44.29370.38740.4822
Hunter Lab66.5535-21.027035.9112
CIE-Lab72.4244-20.770556.6086

#acba43 color RGB value is (172,186,67).

#acba43 hex color red value is 172, green value is 186 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #acba43 hue: 0.19 , saturation: 0.47 and the lightness value of acba43 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 01000011
Octal 254 272 103
Decimal 172 186 67
Hex AC BA 43

RGB Percentages of Color #acba43

%40.47
%43.76
%15.76

CMYK Percentages of Color #acba43

%8
%0
%64
%27

Triadic Colors of #acba43

#acba43 #43acba #ba43ac

Analogous Colors of #acba43

#acba43 #71ba43 #ba8d43

Monochromatic Colors of #acba43

#acba43

Complementary Color

#acba43 #5143ba

#acba43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba43 Color CSS Codes

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

#acba43 Text Font Color

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

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


#acba43 Background Color

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

This div background color is #acba43


#acba43 Border Color

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

This div border color is #acba43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba43


Comments

No comments written yet.

Please login to write comment.