Color Hex Logo

#aba657 Color Hex

#ABA657
(171,166,87)
0 Favorites   0 Comments

Color spaces of #aba657

RGB 17116687
HSL0.160.330.51
HSV56°49°67°
CMYK 0.000.030.49   0.33
XYZ32.151136.618514.3904
Yxy36.61850.38660.4403
Hunter Lab60.5132-11.059828.2597
CIE-Lab66.9898-9.332741.2109

#aba657 color RGB value is (171,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01010111
Octal 253 246 127
Decimal 171 166 87
Hex AB A6 57

RGB Percentages of Color #aba657

%40.33
%39.15
%20.52

CMYK Percentages of Color #aba657

%0
%3
%49
%33

Triadic Colors of #aba657

#aba657 #57aba6 #a657ab

Analogous Colors of #aba657

#aba657 #86ab57 #ab7c57

Monochromatic Colors of #aba657

#aba657

Complementary Color

#aba657 #575cab

#aba657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba657 Color CSS Codes

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

#aba657 Text Font Color

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

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


#aba657 Background Color

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

This div background color is #aba657


#aba657 Border Color

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

This div border color is #aba657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba657


Comments

No comments written yet.

Please login to write comment.