Color Hex Logo

#ac7f08 Color Hex

#AC7F08
(172,127,8)
0 Favorites   0 Comments

Color spaces of #ac7f08

RGB 1721278
HSL0.120.910.35
HSV44°95°67°
CMYK 0.000.260.95   0.33
XYZ24.646523.96693.5568
Yxy23.96690.47240.4594
Hunter Lab48.95604.191429.9616
CIE-Lab56.05468.261760.2984

#ac7f08 color RGB value is (172,127,8).

#ac7f08 hex color red value is 172, green value is 127 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ac7f08 hue: 0.12 , saturation: 0.91 and the lightness value of ac7f08 is 0.35.

The process color (four color CMYK) of #ac7f08 color hex is 0.00, 0.26, 0.95, 0.33. Web safe color of #ac7f08 is #996600. Color #ac7f08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01111111 00001000
Octal 254 177 10
Decimal 172 127 8
Hex AC 7F 8

RGB Percentages of Color #ac7f08

%56.03
%41.37
%2.61

CMYK Percentages of Color #ac7f08

%0
%26
%95
%33

Triadic Colors of #ac7f08

#ac7f08 #08ac7f #7f08ac

Analogous Colors of #ac7f08

#ac7f08 #87ac08 #ac2d08

Monochromatic Colors of #ac7f08

#ac7f08

Complementary Color

#ac7f08 #0835ac

#ac7f08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac7f08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac7f08 Color CSS Codes

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

#ac7f08 Text Font Color

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

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


#ac7f08 Background Color

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

This div background color is #ac7f08


#ac7f08 Border Color

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

This div border color is #ac7f08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac7f08


Comments

No comments written yet.

Please login to write comment.