Color Hex Logo

#acb90e Color Hex

#ACB90E
(172,185,14)
0 Favorites   0 Comments

Color spaces of #acb90e

RGB 17218514
HSL0.180.860.39
HSV65°92°73°
CMYK 0.070.000.92   0.27
XYZ34.441543.50036.9966
Yxy43.50030.40550.5121
Hunter Lab65.9548-22.208339.8787
CIE-Lab71.8932-22.384371.4327

#acb90e color RGB value is (172,185,14).

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

The process color (four color CMYK) of #acb90e color hex is 0.07, 0.00, 0.92, 0.27. Web safe color of #acb90e is #99cc00. Color #acb90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00001110
Octal 254 271 16
Decimal 172 185 14
Hex AC B9 E

RGB Percentages of Color #acb90e

%46.36
%49.87
%3.77

CMYK Percentages of Color #acb90e

%7
%0
%92
%27

Triadic Colors of #acb90e

#acb90e #0eacb9 #b90eac

Analogous Colors of #acb90e

#acb90e #57b90e #b9710e

Monochromatic Colors of #acb90e

#acb90e

Complementary Color

#acb90e #1b0eb9

#acb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb90e Color CSS Codes

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

#acb90e Text Font Color

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

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


#acb90e Background Color

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

This div background color is #acb90e


#acb90e Border Color

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

This div border color is #acb90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb90e


Comments

No comments written yet.

Please login to write comment.