Color Hex Logo

#aba866 Color Hex

#ABA866
(171,168,102)
0 Favorites   0 Comments

Color spaces of #aba866

RGB 171168102
HSL0.160.290.54
HSV57°40°67°
CMYK 0.000.020.40   0.33
XYZ33.195537.622518.0827
Yxy37.62250.37340.4232
Hunter Lab61.3372-10.736425.4569
CIE-Lab67.7415-8.840334.4481

#aba866 color RGB value is (171,168,102).

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

The process color (four color CMYK) of #aba866 color hex is 0.00, 0.02, 0.40, 0.33. Web safe color of #aba866 is #999966. Color #aba866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 01100110
Octal 253 250 146
Decimal 171 168 102
Hex AB A8 66

RGB Percentages of Color #aba866

%38.78
%38.10
%23.13

CMYK Percentages of Color #aba866

%0
%2
%40
%33

Triadic Colors of #aba866

#aba866 #66aba8 #a866ab

Analogous Colors of #aba866

#aba866 #8cab66 #ab8666

Monochromatic Colors of #aba866

#aba866

Complementary Color

#aba866 #6669ab

#aba866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba866 Color CSS Codes

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

#aba866 Text Font Color

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

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


#aba866 Background Color

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

This div background color is #aba866


#aba866 Border Color

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

This div border color is #aba866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba866


Comments

No comments written yet.

Please login to write comment.