Color Hex Logo

#aba650 Color Hex

#ABA650
(171,166,80)
0 Favorites   0 Comments

Color spaces of #aba650

RGB 17116680
HSL0.160.360.49
HSV57°53°67°
CMYK 0.000.030.53   0.33
XYZ31.878836.509612.9563
Yxy36.50960.39190.4488
Hunter Lab60.4232-11.565329.5829
CIE-Lab66.9075-9.964044.5722

#aba650 color RGB value is (171,166,80).

#aba650 hex color red value is 171, green value is 166 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aba650 hue: 0.16 , saturation: 0.36 and the lightness value of aba650 is 0.49.

The process color (four color CMYK) of #aba650 color hex is 0.00, 0.03, 0.53, 0.33. Web safe color of #aba650 is #999966. Color #aba650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01010000
Octal 253 246 120
Decimal 171 166 80
Hex AB A6 50

RGB Percentages of Color #aba650

%41.01
%39.81
%19.18

CMYK Percentages of Color #aba650

%0
%3
%53
%33

Triadic Colors of #aba650

#aba650 #50aba6 #a650ab

Analogous Colors of #aba650

#aba650 #83ab50 #ab7950

Monochromatic Colors of #aba650

#aba650

Complementary Color

#aba650 #5055ab

#aba650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba650 Color CSS Codes

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

#aba650 Text Font Color

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

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


#aba650 Background Color

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

This div background color is #aba650


#aba650 Border Color

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

This div border color is #aba650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba650


Comments

No comments written yet.

Please login to write comment.