Color Hex Logo

#acb009 Color Hex

#ACB009
(172,176,9)
0 Favorites   0 Comments

Color spaces of #acb009

RGB 1721769
HSL0.170.900.36
HSV61°95°69°
CMYK 0.020.000.95   0.31
XYZ32.587939.84106.2310
Yxy39.84100.41430.5065
Hunter Lab63.1197-18.302338.3309
CIE-Lab69.3561-17.961770.0939

#acb009 color RGB value is (172,176,9).

#acb009 hex color red value is 172, green value is 176 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #acb009 hue: 0.17 , saturation: 0.90 and the lightness value of acb009 is 0.36.

The process color (four color CMYK) of #acb009 color hex is 0.02, 0.00, 0.95, 0.31. Web safe color of #acb009 is #999900. Color #acb009 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00001001
Octal 254 260 11
Decimal 172 176 9
Hex AC B0 9

RGB Percentages of Color #acb009

%48.18
%49.30
%2.52

CMYK Percentages of Color #acb009

%2
%0
%95
%31

Triadic Colors of #acb009

#acb009 #09acb0 #b009ac

Analogous Colors of #acb009

#acb009 #58b009 #b06109

Monochromatic Colors of #acb009

#acb009

Complementary Color

#acb009 #0d09b0

#acb009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb009 Color CSS Codes

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

#acb009 Text Font Color

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

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


#acb009 Background Color

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

This div background color is #acb009


#acb009 Border Color

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

This div border color is #acb009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb009


Comments

No comments written yet.

Please login to write comment.