Color Hex Logo

#aba658 Color Hex

#ABA658
(171,166,88)
0 Favorites   0 Comments

Color spaces of #aba658

RGB 17116688
HSL0.160.330.51
HSV56°49°67°
CMYK 0.000.030.49   0.33
XYZ32.192336.634914.6071
Yxy36.63490.38580.4391
Hunter Lab60.5268-10.983328.0601
CIE-Lab67.0022-9.237340.7234

#aba658 color RGB value is (171,166,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 01011000
Octal 253 246 130
Decimal 171 166 88
Hex AB A6 58

RGB Percentages of Color #aba658

%40.24
%39.06
%20.71

CMYK Percentages of Color #aba658

%0
%3
%49
%33

Triadic Colors of #aba658

#aba658 #58aba6 #a658ab

Analogous Colors of #aba658

#aba658 #87ab58 #ab7d58

Monochromatic Colors of #aba658

#aba658

Complementary Color

#aba658 #585dab

#aba658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba658 Color CSS Codes

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

#aba658 Text Font Color

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

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


#aba658 Background Color

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

This div background color is #aba658


#aba658 Border Color

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

This div border color is #aba658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba658


Comments

No comments written yet.

Please login to write comment.