Color Hex Logo

#acb114 Color Hex

#ACB114
(172,177,20)
0 Favorites   0 Comments

Color spaces of #acb114

RGB 17217720
HSL0.170.800.39
HSV62°89°69°
CMYK 0.030.000.89   0.31
XYZ32.861740.26546.7018
Yxy40.26540.41170.5044
Hunter Lab63.4550-18.605838.1566
CIE-Lab69.6581-18.286168.7204

#acb114 color RGB value is (172,177,20).

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

The process color (four color CMYK) of #acb114 color hex is 0.03, 0.00, 0.89, 0.31. Web safe color of #acb114 is #999900. Color #acb114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 00010100
Octal 254 261 24
Decimal 172 177 20
Hex AC B1 14

RGB Percentages of Color #acb114

%46.61
%47.97
%5.42

CMYK Percentages of Color #acb114

%3
%0
%89
%31

Triadic Colors of #acb114

#acb114 #14acb1 #b114ac

Analogous Colors of #acb114

#acb114 #5eb114 #b16814

Monochromatic Colors of #acb114

#acb114

Complementary Color

#acb114 #1914b1

#acb114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb114 Color CSS Codes

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

#acb114 Text Font Color

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

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


#acb114 Background Color

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

This div background color is #acb114


#acb114 Border Color

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

This div border color is #acb114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb114


Comments

No comments written yet.

Please login to write comment.