Color Hex Logo

#abaa69 Color Hex

#ABAA69
(171,170,105)
0 Favorites   0 Comments

Color spaces of #abaa69

RGB 171170105
HSL0.160.280.54
HSV59°39°67°
CMYK 0.000.010.39   0.33
XYZ33.719138.427319.0046
Yxy38.42730.36990.4216
Hunter Lab61.9898-11.387725.2159
CIE-Lab68.3344-9.554333.6330

#abaa69 color RGB value is (171,170,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 01101001
Octal 253 252 151
Decimal 171 170 105
Hex AB AA 69

RGB Percentages of Color #abaa69

%38.34
%38.12
%23.54

CMYK Percentages of Color #abaa69

%0
%1
%39
%33

Triadic Colors of #abaa69

#abaa69 #69abaa #aa69ab

Analogous Colors of #abaa69

#abaa69 #8bab69 #ab8969

Monochromatic Colors of #abaa69

#abaa69

Complementary Color

#abaa69 #696aab

#abaa69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaa69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaa69 Color CSS Codes

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

#abaa69 Text Font Color

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

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


#abaa69 Background Color

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

This div background color is #abaa69


#abaa69 Border Color

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

This div border color is #abaa69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaa69


Comments

No comments written yet.

Please login to write comment.