Color Hex Logo

#acb914 Color Hex

#ACB914
(172,185,20)
0 Favorites   0 Comments

Color spaces of #acb914

RGB 17218520
HSL0.180.800.40
HSV65°89°73°
CMYK 0.070.000.89   0.27
XYZ34.488543.51917.2441
Yxy43.51910.40450.5105
Hunter Lab65.9690-22.126239.6676
CIE-Lab71.9059-22.276870.5209

#acb914 color RGB value is (172,185,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00010100
Octal 254 271 24
Decimal 172 185 20
Hex AC B9 14

RGB Percentages of Color #acb914

%45.62
%49.07
%5.31

CMYK Percentages of Color #acb914

%7
%0
%89
%27

Triadic Colors of #acb914

#acb914 #14acb9 #b914ac

Analogous Colors of #acb914

#acb914 #5ab914 #b97414

Monochromatic Colors of #acb914

#acb914

Complementary Color

#acb914 #2114b9

#acb914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb914 Color CSS Codes

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

#acb914 Text Font Color

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

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


#acb914 Background Color

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

This div background color is #acb914


#acb914 Border Color

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

This div border color is #acb914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb914


Comments

No comments written yet.

Please login to write comment.