Color Hex Logo

#acb209 Color Hex

#ACB209
(172,178,9)
0 Favorites   0 Comments

Color spaces of #acb209

RGB 1721789
HSL0.170.900.37
HSV62°95°70°
CMYK 0.030.000.95   0.30
XYZ32.983040.63126.3627
Yxy40.63120.41240.5080
Hunter Lab63.7426-19.186538.7016
CIE-Lab69.9168-18.969670.5212

#acb209 color RGB value is (172,178,9).

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

The process color (four color CMYK) of #acb209 color hex is 0.03, 0.00, 0.95, 0.30. Web safe color of #acb209 is #999900. Color #acb209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 00001001
Octal 254 262 11
Decimal 172 178 9
Hex AC B2 9

RGB Percentages of Color #acb209

%47.91
%49.58
%2.51

CMYK Percentages of Color #acb209

%3
%0
%95
%30

Triadic Colors of #acb209

#acb209 #09acb2 #b209ac

Analogous Colors of #acb209

#acb209 #58b209 #b26409

Monochromatic Colors of #acb209

#acb209

Complementary Color

#acb209 #0f09b2

#acb209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb209 Color CSS Codes

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

#acb209 Text Font Color

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

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


#acb209 Background Color

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

This div background color is #acb209


#acb209 Border Color

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

This div border color is #acb209


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,178,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 #acb209">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb209


Comments

No comments written yet.

Please login to write comment.