Color Hex Logo

#acb14e Color Hex

#ACB14E
(172,177,78)
0 Favorites   0 Comments

Color spaces of #acb14e

RGB 17217778
HSL0.180.390.50
HSV63°56°69°
CMYK 0.030.000.56   0.31
XYZ34.110540.765013.2783
Yxy40.76500.38690.4624
Hunter Lab63.8475-16.369532.3627
CIE-Lab70.0110-15.416749.1148

#acb14e color RGB value is (172,177,78).

#acb14e hex color red value is 172, green value is 177 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acb14e hue: 0.18 , saturation: 0.39 and the lightness value of acb14e is 0.50.

The process color (four color CMYK) of #acb14e color hex is 0.03, 0.00, 0.56, 0.31. Web safe color of #acb14e is #999966. Color #acb14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01001110
Octal 254 261 116
Decimal 172 177 78
Hex AC B1 4E

RGB Percentages of Color #acb14e

%40.28
%41.45
%18.27

CMYK Percentages of Color #acb14e

%3
%0
%56
%31

Triadic Colors of #acb14e

#acb14e #4eacb1 #b14eac

Analogous Colors of #acb14e

#acb14e #7bb14e #b1854e

Monochromatic Colors of #acb14e

#acb14e

Complementary Color

#acb14e #534eb1

#acb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb14e Color CSS Codes

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

#acb14e Text Font Color

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

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


#acb14e Background Color

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

This div background color is #acb14e


#acb14e Border Color

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

This div border color is #acb14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb14e


Comments

No comments written yet.

Please login to write comment.