Color Hex Logo

#acb51e Color Hex

#ACB51E
(172,181,30)
0 Favorites   0 Comments

Color spaces of #acb51e

RGB 17218130
HSL0.180.720.41
HSV64°83°71°
CMYK 0.050.000.83   0.29
XYZ33.771541.91217.5382
Yxy41.91210.40580.5036
Hunter Lab64.7396-20.179438.4140
CIE-Lab70.8103-20.043067.5497

#acb51e color RGB value is (172,181,30).

#acb51e hex color red value is 172, green value is 181 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #acb51e hue: 0.18 , saturation: 0.72 and the lightness value of acb51e is 0.41.

The process color (four color CMYK) of #acb51e color hex is 0.05, 0.00, 0.83, 0.29. Web safe color of #acb51e is #99cc33. Color #acb51e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 00011110
Octal 254 265 36
Decimal 172 181 30
Hex AC B5 1E

RGB Percentages of Color #acb51e

%44.91
%47.26
%7.83

CMYK Percentages of Color #acb51e

%5
%0
%83
%29

Triadic Colors of #acb51e

#acb51e #1eacb5 #b51eac

Analogous Colors of #acb51e

#acb51e #61b51e #b5731e

Monochromatic Colors of #acb51e

#acb51e

Complementary Color

#acb51e #271eb5

#acb51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb51e Color CSS Codes

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

#acb51e Text Font Color

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

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


#acb51e Background Color

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

This div background color is #acb51e


#acb51e Border Color

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

This div border color is #acb51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb51e


Comments

No comments written yet.

Please login to write comment.