Color Hex Logo

#acb306 Color Hex

#ACB306
(172,179,6)
0 Favorites   0 Comments

Color spaces of #acb306

RGB 1721796
HSL0.170.940.36
HSV62°97°70°
CMYK 0.040.000.97   0.30
XYZ33.166241.02406.3427
Yxy41.02400.41180.5094
Hunter Lab64.0500-19.657038.9637
CIE-Lab70.1927-19.509871.0785

#acb306 color RGB value is (172,179,6).

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

The process color (four color CMYK) of #acb306 color hex is 0.04, 0.00, 0.97, 0.30. Web safe color of #acb306 is #99cc00. Color #acb306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00000110
Octal 254 263 6
Decimal 172 179 6
Hex AC B3 6

RGB Percentages of Color #acb306

%48.18
%50.14
%1.68

CMYK Percentages of Color #acb306

%4
%0
%97
%30

Triadic Colors of #acb306

#acb306 #06acb3 #b306ac

Analogous Colors of #acb306

#acb306 #56b306 #b36306

Monochromatic Colors of #acb306

#acb306

Complementary Color

#acb306 #0d06b3

#acb306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb306 Color CSS Codes

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

#acb306 Text Font Color

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

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


#acb306 Background Color

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

This div background color is #acb306


#acb306 Border Color

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

This div border color is #acb306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb306


Comments

No comments written yet.

Please login to write comment.