Color Hex Logo

#aba468 Color Hex

#ABA468
(171,164,104)
0 Favorites   0 Comments

Color spaces of #aba468

RGB 171164104
HSL0.150.290.54
HSV54°39°67°
CMYK 0.000.040.39   0.33
XYZ32.568736.208318.3691
Yxy36.20830.37370.4155
Hunter Lab60.1733-8.690624.0219
CIE-Lab66.6788-6.490132.0385

#aba468 color RGB value is (171,164,104).

#aba468 hex color red value is 171, green value is 164 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aba468 hue: 0.15 , saturation: 0.29 and the lightness value of aba468 is 0.54.

The process color (four color CMYK) of #aba468 color hex is 0.00, 0.04, 0.39, 0.33. Web safe color of #aba468 is #999966. Color #aba468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01101000
Octal 253 244 150
Decimal 171 164 104
Hex AB A4 68

RGB Percentages of Color #aba468

%38.95
%37.36
%23.69

CMYK Percentages of Color #aba468

%0
%4
%39
%33

Triadic Colors of #aba468

#aba468 #68aba4 #a468ab

Analogous Colors of #aba468

#aba468 #91ab68 #ab8368

Monochromatic Colors of #aba468

#aba468

Complementary Color

#aba468 #686fab

#aba468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba468 Color CSS Codes

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

#aba468 Text Font Color

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

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


#aba468 Background Color

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

This div background color is #aba468


#aba468 Border Color

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

This div border color is #aba468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba468


Comments

No comments written yet.

Please login to write comment.