Color Hex Logo

#aba955 Color Hex

#ABA955
(171,169,85)
0 Favorites   0 Comments

Color spaces of #aba955

RGB 17116985
HSL0.160.340.50
HSV59°50°67°
CMYK 0.000.010.50   0.33
XYZ32.622237.689714.1498
Yxy37.68970.38620.4462
Hunter Lab61.3919-12.585329.3090
CIE-Lab67.7913-11.093943.1637

#aba955 color RGB value is (171,169,85).

#aba955 hex color red value is 171, green value is 169 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aba955 hue: 0.16 , saturation: 0.34 and the lightness value of aba955 is 0.50.

The process color (four color CMYK) of #aba955 color hex is 0.00, 0.01, 0.50, 0.33. Web safe color of #aba955 is #999966. Color #aba955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01010101
Octal 253 251 125
Decimal 171 169 85
Hex AB A9 55

RGB Percentages of Color #aba955

%40.24
%39.76
%20.00

CMYK Percentages of Color #aba955

%0
%1
%50
%33

Triadic Colors of #aba955

#aba955 #55aba9 #a955ab

Analogous Colors of #aba955

#aba955 #82ab55 #ab7e55

Monochromatic Colors of #aba955

#aba955

Complementary Color

#aba955 #5557ab

#aba955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba955 Color CSS Codes

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

#aba955 Text Font Color

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

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


#aba955 Background Color

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

This div background color is #aba955


#aba955 Border Color

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

This div border color is #aba955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba955


Comments

No comments written yet.

Please login to write comment.