Color Hex Logo

#aba515 Color Hex

#ABA515
(171,165,21)
0 Favorites   0 Comments

Color spaces of #aba515

RGB 17116521
HSL0.160.780.38
HSV58°88°67°
CMYK 0.000.040.88   0.33
XYZ30.385135.62235.9838
Yxy35.62230.42210.4948
Hunter Lab59.6844-13.574135.8348
CIE-Lab66.2303-12.558165.7375

#aba515 color RGB value is (171,165,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00010101
Octal 253 245 25
Decimal 171 165 21
Hex AB A5 15

RGB Percentages of Color #aba515

%47.90
%46.22
%5.88

CMYK Percentages of Color #aba515

%0
%4
%88
%33

Triadic Colors of #aba515

#aba515 #15aba5 #a515ab

Analogous Colors of #aba515

#aba515 #66ab15 #ab5a15

Monochromatic Colors of #aba515

#aba515

Complementary Color

#aba515 #151bab

#aba515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba515 Color CSS Codes

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

#aba515 Text Font Color

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

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


#aba515 Background Color

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

This div background color is #aba515


#aba515 Border Color

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

This div border color is #aba515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba515


Comments

No comments written yet.

Please login to write comment.