Color Hex Logo

#aba268 Color Hex

#ABA268
(171,162,104)
0 Favorites   0 Comments

Color spaces of #aba268

RGB 171162104
HSL0.140.290.54
HSV52°39°67°
CMYK 0.000.050.39   0.33
XYZ32.213635.498118.2507
Yxy35.49810.37470.4129
Hunter Lab59.5803-7.754923.5444
CIE-Lab66.1346-5.420931.3383

#aba268 color RGB value is (171,162,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100010 01101000
Octal 253 242 150
Decimal 171 162 104
Hex AB A2 68

RGB Percentages of Color #aba268

%39.13
%37.07
%23.80

CMYK Percentages of Color #aba268

%0
%5
%39
%33

Triadic Colors of #aba268

#aba268 #68aba2 #a268ab

Analogous Colors of #aba268

#aba268 #93ab68 #ab8168

Monochromatic Colors of #aba268

#aba268

Complementary Color

#aba268 #6871ab

#aba268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba268 Color CSS Codes

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

#aba268 Text Font Color

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

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


#aba268 Background Color

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

This div background color is #aba268


#aba268 Border Color

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

This div border color is #aba268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba268


Comments

No comments written yet.

Please login to write comment.