Color Hex Logo

#aba715 Color Hex

#ABA715
(171,167,21)
0 Favorites   0 Comments

Color spaces of #aba715

RGB 17116721
HSL0.160.780.38
HSV58°88°67°
CMYK 0.000.020.88   0.33
XYZ30.748736.34956.1050
Yxy36.34950.42000.4966
Hunter Lab60.2905-14.471936.1997
CIE-Lab66.7861-13.595466.1858

#aba715 color RGB value is (171,167,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 00010101
Octal 253 247 25
Decimal 171 167 21
Hex AB A7 15

RGB Percentages of Color #aba715

%47.63
%46.52
%5.85

CMYK Percentages of Color #aba715

%0
%2
%88
%33

Triadic Colors of #aba715

#aba715 #15aba7 #a715ab

Analogous Colors of #aba715

#aba715 #64ab15 #ab5c15

Monochromatic Colors of #aba715

#aba715

Complementary Color

#aba715 #1519ab

#aba715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba715 Color CSS Codes

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

#aba715 Text Font Color

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

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


#aba715 Background Color

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

This div background color is #aba715


#aba715 Border Color

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

This div border color is #aba715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba715


Comments

No comments written yet.

Please login to write comment.