Color Hex Logo

#aba663 Color Hex

#ABA663
(171,166,99)
0 Favorites   0 Comments

Color spaces of #aba663

RGB 17116699
HSL0.160.300.53
HSV56°42°67°
CMYK 0.000.030.42   0.33
XYZ32.682936.831217.1909
Yxy36.83120.37690.4248
Hunter Lab60.6887-10.077025.6874
CIE-Lab67.1502-8.113635.2664

#aba663 color RGB value is (171,166,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01100011
Octal 253 246 143
Decimal 171 166 99
Hex AB A6 63

RGB Percentages of Color #aba663

%39.22
%38.07
%22.71

CMYK Percentages of Color #aba663

%0
%3
%42
%33

Triadic Colors of #aba663

#aba663 #63aba6 #a663ab

Analogous Colors of #aba663

#aba663 #8cab63 #ab8263

Monochromatic Colors of #aba663

#aba663

Complementary Color

#aba663 #6368ab

#aba663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba663 Color CSS Codes

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

#aba663 Text Font Color

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

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


#aba663 Background Color

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

This div background color is #aba663


#aba663 Border Color

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

This div border color is #aba663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba663


Comments

No comments written yet.

Please login to write comment.