Color Hex Logo

#aba812 Color Hex

#ABA812
(171,168,18)
0 Favorites   0 Comments

Color spaces of #aba812

RGB 17116818
HSL0.160.810.37
HSV59°89°67°
CMYK 0.000.020.89   0.33
XYZ30.906436.70696.0285
Yxy36.70690.41970.4985
Hunter Lab60.5862-14.969036.5108
CIE-Lab67.0566-14.175466.9732

#aba812 color RGB value is (171,168,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 00010010
Octal 253 250 22
Decimal 171 168 18
Hex AB A8 12

RGB Percentages of Color #aba812

%47.90
%47.06
%5.04

CMYK Percentages of Color #aba812

%0
%2
%89
%33

Triadic Colors of #aba812

#aba812 #12aba8 #a812ab

Analogous Colors of #aba812

#aba812 #62ab12 #ab5c12

Monochromatic Colors of #aba812

#aba812

Complementary Color

#aba812 #1215ab

#aba812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba812 Color CSS Codes

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

#aba812 Text Font Color

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

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


#aba812 Background Color

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

This div background color is #aba812


#aba812 Border Color

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

This div border color is #aba812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba812


Comments

No comments written yet.

Please login to write comment.