Color Hex Logo

#aba708 Color Hex

#ABA708
(171,167,8)
0 Favorites   0 Comments

Color spaces of #aba708

RGB 1711678
HSL0.160.910.35
HSV59°95°67°
CMYK 0.000.020.95   0.33
XYZ30.657136.31295.6230
Yxy36.31290.42230.5002
Hunter Lab60.2602-14.644236.6497
CIE-Lab66.7583-13.816868.2079

#aba708 color RGB value is (171,167,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00001000
Octal 253 247 10
Decimal 171 167 8
Hex AB A7 8

RGB Percentages of Color #aba708

%49.42
%48.27
%2.31

CMYK Percentages of Color #aba708

%0
%2
%95
%33

Triadic Colors of #aba708

#aba708 #08aba7 #a708ab

Analogous Colors of #aba708

#aba708 #5dab08 #ab5608

Monochromatic Colors of #aba708

#aba708

Complementary Color

#aba708 #080cab

#aba708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba708 Color CSS Codes

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

#aba708 Text Font Color

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

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


#aba708 Background Color

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

This div background color is #aba708


#aba708 Border Color

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

This div border color is #aba708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba708


Comments

No comments written yet.

Please login to write comment.