Color Hex Logo

#aba267 Color Hex

#ABA267
(171,162,103)
0 Favorites   0 Comments

Color spaces of #aba267

RGB 171162103
HSL0.140.290.54
HSV52°40°67°
CMYK 0.000.050.40   0.33
XYZ32.163135.477917.9847
Yxy35.47790.37560.4143
Hunter Lab59.5633-7.849123.7922
CIE-Lab66.1191-5.536031.8498

#aba267 color RGB value is (171,162,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01100111
Octal 253 242 147
Decimal 171 162 103
Hex AB A2 67

RGB Percentages of Color #aba267

%39.22
%37.16
%23.62

CMYK Percentages of Color #aba267

%0
%5
%40
%33

Triadic Colors of #aba267

#aba267 #67aba2 #a267ab

Analogous Colors of #aba267

#aba267 #92ab67 #ab8067

Monochromatic Colors of #aba267

#aba267

Complementary Color

#aba267 #6770ab

#aba267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba267 Color CSS Codes

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

#aba267 Text Font Color

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

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


#aba267 Background Color

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

This div background color is #aba267


#aba267 Border Color

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

This div border color is #aba267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba267


Comments

No comments written yet.

Please login to write comment.