Color Hex Logo

#aba683 Color Hex

#ABA683
(171,166,131)
0 Favorites   0 Comments

Color spaces of #aba683

RGB 171166131
HSL0.150.190.59
HSV53°23°67°
CMYK 0.000.030.23   0.33
XYZ34.527537.569126.9045
Yxy37.56910.34880.3795
Hunter Lab61.2936-6.712516.8805
CIE-Lab67.7018-4.021518.8112

#aba683 color RGB value is (171,166,131).

#aba683 hex color red value is 171, green value is 166 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aba683 hue: 0.15 , saturation: 0.19 and the lightness value of aba683 is 0.59.

The process color (four color CMYK) of #aba683 color hex is 0.00, 0.03, 0.23, 0.33. Web safe color of #aba683 is #999999. Color #aba683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10000011
Octal 253 246 203
Decimal 171 166 131
Hex AB A6 83

RGB Percentages of Color #aba683

%36.54
%35.47
%27.99

CMYK Percentages of Color #aba683

%0
%3
%23
%33

Triadic Colors of #aba683

#aba683 #83aba6 #a683ab

Analogous Colors of #aba683

#aba683 #9cab83 #ab9283

Monochromatic Colors of #aba683

#aba683

Complementary Color

#aba683 #8388ab

#aba683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba683 Color CSS Codes

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

#aba683 Text Font Color

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

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


#aba683 Background Color

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

This div background color is #aba683


#aba683 Border Color

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

This div border color is #aba683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba683


Comments

No comments written yet.

Please login to write comment.