Color Hex Logo

#aba01e Color Hex

#ABA01E
(171,160,30)
0 Favorites   0 Comments

Color spaces of #aba01e

RGB 17116030
HSL0.150.700.39
HSV55°82°67°
CMYK 0.000.060.82   0.33
XYZ29.599733.89336.2103
Yxy33.89330.42470.4863
Hunter Lab58.2180-11.126834.4279
CIE-Lab64.8778-9.699762.4580

#aba01e color RGB value is (171,160,30).

#aba01e hex color red value is 171, green value is 160 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aba01e hue: 0.15 , saturation: 0.70 and the lightness value of aba01e is 0.39.

The process color (four color CMYK) of #aba01e color hex is 0.00, 0.06, 0.82, 0.33. Web safe color of #aba01e is #999933. Color #aba01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 00011110
Octal 253 240 36
Decimal 171 160 30
Hex AB A0 1E

RGB Percentages of Color #aba01e

%47.37
%44.32
%8.31

CMYK Percentages of Color #aba01e

%0
%6
%82
%33

Triadic Colors of #aba01e

#aba01e #1eaba0 #a01eab

Analogous Colors of #aba01e

#aba01e #70ab1e #ab5a1e

Monochromatic Colors of #aba01e

#aba01e

Complementary Color

#aba01e #1e29ab

#aba01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba01e Color CSS Codes

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

#aba01e Text Font Color

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

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


#aba01e Background Color

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

This div background color is #aba01e


#aba01e Border Color

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

This div border color is #aba01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba01e


Comments

No comments written yet.

Please login to write comment.