Color Hex Logo

#a8a83c Color Hex

#A8A83C
(168,168,60)
0 Favorites   0 Comments

Color spaces of #a8a83c

RGB 16816860
HSL0.170.470.45
HSV60°64°66°
CMYK 0.000.000.64   0.34
XYZ30.966736.65639.7182
Yxy36.65630.40040.4740
Hunter Lab60.5444-14.655332.8643
CIE-Lab67.0184-13.787353.7555

#a8a83c color RGB value is (168,168,60).

#a8a83c hex color red value is 168, green value is 168 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a8a83c hue: 0.17 , saturation: 0.47 and the lightness value of a8a83c is 0.45.

The process color (four color CMYK) of #a8a83c color hex is 0.00, 0.00, 0.64, 0.34. Web safe color of #a8a83c is #999933. Color #a8a83c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101000 00111100
Octal 250 250 74
Decimal 168 168 60
Hex A8 A8 3C

RGB Percentages of Color #a8a83c

%42.42
%42.42
%15.15

CMYK Percentages of Color #a8a83c

%0
%0
%64
%34

Triadic Colors of #a8a83c

#a8a83c #3ca8a8 #a83ca8

Analogous Colors of #a8a83c

#a8a83c #72a83c #a8723c

Monochromatic Colors of #a8a83c

#a8a83c

Complementary Color

#a8a83c #3c3ca8

#a8a83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a83c Color CSS Codes

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

#a8a83c Text Font Color

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

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


#a8a83c Background Color

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

This div background color is #a8a83c


#a8a83c Border Color

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

This div border color is #a8a83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a83c


Comments

No comments written yet.

Please login to write comment.