Color Hex Logo

#acba55 Color Hex

#ACBA55
(172,186,85)
0 Favorites   0 Comments

Color spaces of #acba55

RGB 17218685
HSL0.190.420.53
HSV68°54°73°
CMYK 0.080.000.54   0.27
XYZ36.211944.544315.2837
Yxy44.54430.37710.4638
Hunter Lab66.7415-19.949033.1417
CIE-Lab72.5908-19.385148.8020

#acba55 color RGB value is (172,186,85).

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

The process color (four color CMYK) of #acba55 color hex is 0.08, 0.00, 0.54, 0.27. Web safe color of #acba55 is #99cc66. Color #acba55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 01010101
Octal 254 272 125
Decimal 172 186 85
Hex AC BA 55

RGB Percentages of Color #acba55

%38.83
%41.99
%19.19

CMYK Percentages of Color #acba55

%8
%0
%54
%27

Triadic Colors of #acba55

#acba55 #55acba #ba55ac

Analogous Colors of #acba55

#acba55 #7aba55 #ba9655

Monochromatic Colors of #acba55

#acba55

Complementary Color

#acba55 #6355ba

#acba55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba55 Color CSS Codes

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

#acba55 Text Font Color

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

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


#acba55 Background Color

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

This div background color is #acba55


#acba55 Border Color

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

This div border color is #acba55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba55


Comments

No comments written yet.

Please login to write comment.