Color Hex Logo

#aba512 Color Hex

#ABA512
(171,165,18)
0 Favorites   0 Comments

Color spaces of #aba512

RGB 17116518
HSL0.160.810.37
HSV58°89°67°
CMYK 0.000.040.89   0.33
XYZ30.358935.61195.8460
Yxy35.61190.42270.4959
Hunter Lab59.6757-13.624035.9648
CIE-Lab66.2223-12.621966.3120

#aba512 color RGB value is (171,165,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 00010010
Octal 253 245 22
Decimal 171 165 18
Hex AB A5 12

RGB Percentages of Color #aba512

%48.31
%46.61
%5.08

CMYK Percentages of Color #aba512

%0
%4
%89
%33

Triadic Colors of #aba512

#aba512 #12aba5 #a512ab

Analogous Colors of #aba512

#aba512 #65ab12 #ab5912

Monochromatic Colors of #aba512

#aba512

Complementary Color

#aba512 #1218ab

#aba512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba512 Color CSS Codes

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

#aba512 Text Font Color

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

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


#aba512 Background Color

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

This div background color is #aba512


#aba512 Border Color

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

This div border color is #aba512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba512


Comments

No comments written yet.

Please login to write comment.