Color Hex Logo

#acb75e Color Hex

#ACB75E
(172,183,94)
0 Favorites   0 Comments

Color spaces of #acb75e

RGB 17218394
HSL0.190.380.54
HSV67°49°72°
CMYK 0.060.000.49   0.28
XYZ35.967143.445817.0799
Yxy43.44580.37270.4502
Hunter Lab65.9134-17.946130.7758
CIE-Lab71.8565-17.038643.6139

#acb75e color RGB value is (172,183,94).

#acb75e hex color red value is 172, green value is 183 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #acb75e hue: 0.19 , saturation: 0.38 and the lightness value of acb75e is 0.54.

The process color (four color CMYK) of #acb75e color hex is 0.06, 0.00, 0.49, 0.28. Web safe color of #acb75e is #99cc66. Color #acb75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01011110
Octal 254 267 136
Decimal 172 183 94
Hex AC B7 5E

RGB Percentages of Color #acb75e

%38.31
%40.76
%20.94

CMYK Percentages of Color #acb75e

%6
%0
%49
%28

Triadic Colors of #acb75e

#acb75e #5eacb7 #b75eac

Analogous Colors of #acb75e

#acb75e #80b75e #b7965e

Monochromatic Colors of #acb75e

#acb75e

Complementary Color

#acb75e #695eb7

#acb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb75e Color CSS Codes

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

#acb75e Text Font Color

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

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


#acb75e Background Color

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

This div background color is #acb75e


#acb75e Border Color

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

This div border color is #acb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb75e


Comments

No comments written yet.

Please login to write comment.