Color Hex Logo

#acbc4a Color Hex

#ACBC4A
(172,188,74)
0 Favorites   0 Comments

Color spaces of #acbc4a

RGB 17218874
HSL0.190.460.51
HSV68°61°74°
CMYK 0.090.000.61   0.26
XYZ36.232545.231513.2995
Yxy45.23150.38230.4773
Hunter Lab67.2544-21.530435.3535
CIE-Lab73.0441-21.270054.2915

#acbc4a color RGB value is (172,188,74).

#acbc4a hex color red value is 172, green value is 188 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #acbc4a hue: 0.19 , saturation: 0.46 and the lightness value of acbc4a is 0.51.

The process color (four color CMYK) of #acbc4a color hex is 0.09, 0.00, 0.61, 0.26. Web safe color of #acbc4a is #99cc33. Color #acbc4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01001010
Octal 254 274 112
Decimal 172 188 74
Hex AC BC 4A

RGB Percentages of Color #acbc4a

%39.63
%43.32
%17.05

CMYK Percentages of Color #acbc4a

%9
%0
%61
%26

Triadic Colors of #acbc4a

#acbc4a #4aacbc #bc4aac

Analogous Colors of #acbc4a

#acbc4a #73bc4a #bc934a

Monochromatic Colors of #acbc4a

#acbc4a

Complementary Color

#acbc4a #5a4abc

#acbc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc4a Color CSS Codes

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

#acbc4a Text Font Color

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

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


#acbc4a Background Color

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

This div background color is #acbc4a


#acbc4a Border Color

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

This div border color is #acbc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc4a


Comments

No comments written yet.

Please login to write comment.