Color Hex Logo

#acb307 Color Hex

#ACB307
(172,179,7)
0 Favorites   0 Comments

Color spaces of #acb307

RGB 1721797
HSL0.170.920.36
HSV62°96°70°
CMYK 0.040.000.96   0.30
XYZ33.171741.02626.3715
Yxy41.02620.41170.5092
Hunter Lab64.0517-19.647238.9384
CIE-Lab70.1943-19.497070.9640

#acb307 color RGB value is (172,179,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00000111
Octal 254 263 7
Decimal 172 179 7
Hex AC B3 7

RGB Percentages of Color #acb307

%48.04
%50.00
%1.96

CMYK Percentages of Color #acb307

%4
%0
%96
%30

Triadic Colors of #acb307

#acb307 #07acb3 #b307ac

Analogous Colors of #acb307

#acb307 #56b307 #b36407

Monochromatic Colors of #acb307

#acb307

Complementary Color

#acb307 #0e07b3

#acb307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb307 Color CSS Codes

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

#acb307 Text Font Color

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

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


#acb307 Background Color

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

This div background color is #acb307


#acb307 Border Color

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

This div border color is #acb307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb307


Comments

No comments written yet.

Please login to write comment.