Color Hex Logo

#aba910 Color Hex

#ABA910
(171,169,16)
0 Favorites   0 Comments

Color spaces of #aba910

RGB 17116916
HSL0.160.830.37
HSV59°91°67°
CMYK 0.000.010.91   0.33
XYZ31.076137.07136.0078
Yxy37.07130.41910.4999
Hunter Lab60.8862-15.445136.7700
CIE-Lab67.3305-14.728067.5329

#aba910 color RGB value is (171,169,16).

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

The process color (four color CMYK) of #aba910 color hex is 0.00, 0.01, 0.91, 0.33. Web safe color of #aba910 is #999900. Color #aba910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 00010000
Octal 253 251 20
Decimal 171 169 16
Hex AB A9 10

RGB Percentages of Color #aba910

%48.03
%47.47
%4.49

CMYK Percentages of Color #aba910

%0
%1
%91
%33

Triadic Colors of #aba910

#aba910 #10aba9 #a910ab

Analogous Colors of #aba910

#aba910 #60ab10 #ab5b10

Monochromatic Colors of #aba910

#aba910

Complementary Color

#aba910 #1012ab

#aba910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba910 Color CSS Codes

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

#aba910 Text Font Color

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

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


#aba910 Background Color

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

This div background color is #aba910


#aba910 Border Color

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

This div border color is #aba910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba910


Comments

No comments written yet.

Please login to write comment.