Color Hex Logo

#aba007 Color Hex

#ABA007
(171,160,7)
0 Favorites   0 Comments

Color spaces of #aba007

RGB 1711607
HSL0.160.920.35
HSV56°96°67°
CMYK 0.000.060.96   0.33
XYZ29.403733.81495.1782
Yxy33.81490.42990.4944
Hunter Lab58.1506-11.505435.4257
CIE-Lab64.8154-10.180466.8761

#aba007 color RGB value is (171,160,7).

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

The process color (four color CMYK) of #aba007 color hex is 0.00, 0.06, 0.96, 0.33. Web safe color of #aba007 is #999900. Color #aba007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 00000111
Octal 253 240 7
Decimal 171 160 7
Hex AB A0 7

RGB Percentages of Color #aba007

%50.59
%47.34
%2.07

CMYK Percentages of Color #aba007

%0
%6
%96
%33

Triadic Colors of #aba007

#aba007 #07aba0 #a007ab

Analogous Colors of #aba007

#aba007 #64ab07 #ab4e07

Monochromatic Colors of #aba007

#aba007

Complementary Color

#aba007 #0712ab

#aba007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba007 Color CSS Codes

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

#aba007 Text Font Color

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

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


#aba007 Background Color

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

This div background color is #aba007


#aba007 Border Color

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

This div border color is #aba007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba007


Comments

No comments written yet.

Please login to write comment.