Color Hex Logo

#acb90f Color Hex

#ACB90F
(172,185,15)
0 Favorites   0 Comments

Color spaces of #acb90f

RGB 17218515
HSL0.180.850.39
HSV65°92°73°
CMYK 0.070.000.92   0.27
XYZ34.448443.50317.0332
Yxy43.50310.40530.5119
Hunter Lab65.9569-22.196439.8475
CIE-Lab71.8951-22.368671.2965

#acb90f color RGB value is (172,185,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00001111
Octal 254 271 17
Decimal 172 185 15
Hex AC B9 F

RGB Percentages of Color #acb90f

%46.24
%49.73
%4.03

CMYK Percentages of Color #acb90f

%7
%0
%92
%27

Triadic Colors of #acb90f

#acb90f #0facb9 #b90fac

Analogous Colors of #acb90f

#acb90f #57b90f #b9710f

Monochromatic Colors of #acb90f

#acb90f

Complementary Color

#acb90f #1c0fb9

#acb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb90f Color CSS Codes

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

#acb90f Text Font Color

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

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


#acb90f Background Color

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

This div background color is #acb90f


#acb90f Border Color

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

This div border color is #acb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb90f


Comments

No comments written yet.

Please login to write comment.