Color Hex Logo

#a8a508 Color Hex

#A8A508
(168,165,8)
0 Favorites   0 Comments

Color spaces of #a8a508

RGB 1681658
HSL0.160.910.35
HSV59°95°66°
CMYK 0.000.020.95   0.34
XYZ29.647435.25265.4716
Yxy35.25260.42130.5009
Hunter Lab59.3739-14.773236.0979
CIE-Lab65.9449-14.117167.4800

#a8a508 color RGB value is (168,165,8).

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

The process color (four color CMYK) of #a8a508 color hex is 0.00, 0.02, 0.95, 0.34. Web safe color of #a8a508 is #999900. Color #a8a508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100101 00001000
Octal 250 245 10
Decimal 168 165 8
Hex A8 A5 8

RGB Percentages of Color #a8a508

%49.27
%48.39
%2.35

CMYK Percentages of Color #a8a508

%0
%2
%95
%34

Triadic Colors of #a8a508

#a8a508 #08a8a5 #a508a8

Analogous Colors of #a8a508

#a8a508 #5ba808 #a85508

Monochromatic Colors of #a8a508

#a8a508

Complementary Color

#a8a508 #080ba8

#a8a508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a508 Color CSS Codes

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

#a8a508 Text Font Color

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

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


#a8a508 Background Color

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

This div background color is #a8a508


#a8a508 Border Color

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

This div border color is #a8a508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a508


Comments

No comments written yet.

Please login to write comment.