Color Hex Logo

#aba511 Color Hex

#ABA511
(171,165,17)
0 Favorites   0 Comments

Color spaces of #aba511

RGB 17116517
HSL0.160.820.37
HSV58°90°67°
CMYK 0.000.040.90   0.33
XYZ30.350935.60875.8038
Yxy35.60870.42290.4962
Hunter Lab59.6730-13.639136.0046
CIE-Lab66.2199-12.641366.4897

#aba511 color RGB value is (171,165,17).

#aba511 hex color red value is 171, green value is 165 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aba511 hue: 0.16 , saturation: 0.82 and the lightness value of aba511 is 0.37.

The process color (four color CMYK) of #aba511 color hex is 0.00, 0.04, 0.90, 0.33. Web safe color of #aba511 is #999900. Color #aba511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00010001
Octal 253 245 21
Decimal 171 165 17
Hex AB A5 11

RGB Percentages of Color #aba511

%48.44
%46.74
%4.82

CMYK Percentages of Color #aba511

%0
%4
%90
%33

Triadic Colors of #aba511

#aba511 #11aba5 #a511ab

Analogous Colors of #aba511

#aba511 #64ab11 #ab5811

Monochromatic Colors of #aba511

#aba511

Complementary Color

#aba511 #1117ab

#aba511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba511 Color CSS Codes

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

#aba511 Text Font Color

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

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


#aba511 Background Color

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

This div background color is #aba511


#aba511 Border Color

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

This div border color is #aba511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba511

#aba511 Color Palettes


Comments

No comments written yet.

Please login to write comment.