Color Hex Logo

#aba269 Color Hex

#ABA269
(171,162,105)
0 Favorites   0 Comments

Color spaces of #aba269

RGB 171162105
HSL0.140.280.54
HSV52°39°67°
CMYK 0.000.050.39   0.33
XYZ32.264735.518518.5198
Yxy35.51850.37390.4116
Hunter Lab59.5974-7.659523.2939
CIE-Lab66.1504-5.304530.8261

#aba269 color RGB value is (171,162,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01101001
Octal 253 242 151
Decimal 171 162 105
Hex AB A2 69

RGB Percentages of Color #aba269

%39.04
%36.99
%23.97

CMYK Percentages of Color #aba269

%0
%5
%39
%33

Triadic Colors of #aba269

#aba269 #69aba2 #a269ab

Analogous Colors of #aba269

#aba269 #93ab69 #ab8169

Monochromatic Colors of #aba269

#aba269

Complementary Color

#aba269 #6972ab

#aba269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba269 Color CSS Codes

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

#aba269 Text Font Color

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

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


#aba269 Background Color

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

This div background color is #aba269


#aba269 Border Color

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

This div border color is #aba269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,162,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 #aba269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba269


Comments

No comments written yet.

Please login to write comment.