Color Hex Logo

#aba518 Color Hex

#ABA518
(171,165,24)
0 Favorites   0 Comments

Color spaces of #aba518

RGB 17116524
HSL0.160.750.38
HSV58°86°67°
CMYK 0.000.040.86   0.33
XYZ30.414635.63416.1392
Yxy35.63410.42130.4936
Hunter Lab59.6943-13.518235.6884
CIE-Lab66.2394-12.486665.1006

#aba518 color RGB value is (171,165,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00011000
Octal 253 245 30
Decimal 171 165 24
Hex AB A5 18

RGB Percentages of Color #aba518

%47.50
%45.83
%6.67

CMYK Percentages of Color #aba518

%0
%4
%86
%33

Triadic Colors of #aba518

#aba518 #18aba5 #a518ab

Analogous Colors of #aba518

#aba518 #68ab18 #ab5b18

Monochromatic Colors of #aba518

#aba518

Complementary Color

#aba518 #181eab

#aba518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba518 Color CSS Codes

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

#aba518 Text Font Color

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

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


#aba518 Background Color

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

This div background color is #aba518


#aba518 Border Color

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

This div border color is #aba518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba518


Comments

No comments written yet.

Please login to write comment.