Color Hex Logo

#acb93e Color Hex

#ACB93E
(172,185,62)
0 Favorites   0 Comments

Color spaces of #acb93e

RGB 17218562
HSL0.180.500.48
HSV66°66°73°
CMYK 0.070.000.66   0.27
XYZ35.231743.816411.1579
Yxy43.81640.39060.4857
Hunter Lab66.1940-20.832936.3416
CIE-Lab72.1056-20.594258.3145

#acb93e color RGB value is (172,185,62).

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

The process color (four color CMYK) of #acb93e color hex is 0.07, 0.00, 0.66, 0.27. Web safe color of #acb93e is #99cc33. Color #acb93e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00111110
Octal 254 271 76
Decimal 172 185 62
Hex AC B9 3E

RGB Percentages of Color #acb93e

%41.05
%44.15
%14.80

CMYK Percentages of Color #acb93e

%7
%0
%66
%27

Triadic Colors of #acb93e

#acb93e #3eacb9 #b93eac

Analogous Colors of #acb93e

#acb93e #6fb93e #b9893e

Monochromatic Colors of #acb93e

#acb93e

Complementary Color

#acb93e #4b3eb9

#acb93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb93e Color CSS Codes

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

#acb93e Text Font Color

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

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


#acb93e Background Color

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

This div background color is #acb93e


#acb93e Border Color

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

This div border color is #acb93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb93e


Comments

No comments written yet.

Please login to write comment.