Color Hex Logo

#acb916 Color Hex

#ACB916
(172,185,22)
0 Favorites   0 Comments

Color spaces of #acb916

RGB 17218522
HSL0.180.790.41
HSV65°88°73°
CMYK 0.070.000.88   0.27
XYZ34.507043.52657.3418
Yxy43.52650.40420.5098
Hunter Lab65.9746-22.093939.5843
CIE-Lab71.9109-22.234570.1668

#acb916 color RGB value is (172,185,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 00010110
Octal 254 271 26
Decimal 172 185 22
Hex AC B9 16

RGB Percentages of Color #acb916

%45.38
%48.81
%5.80

CMYK Percentages of Color #acb916

%7
%0
%88
%27

Triadic Colors of #acb916

#acb916 #16acb9 #b916ac

Analogous Colors of #acb916

#acb916 #5bb916 #b97516

Monochromatic Colors of #acb916

#acb916

Complementary Color

#acb916 #2316b9

#acb916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb916 Color CSS Codes

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

#acb916 Text Font Color

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

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


#acb916 Background Color

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

This div background color is #acb916


#acb916 Border Color

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

This div border color is #acb916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb916


Comments

No comments written yet.

Please login to write comment.