Color Hex Logo

#ab8268 Color Hex

#AB8268
(171,130,104)
0 Favorites   0 Comments

Color spaces of #ab8268

RGB 171130104
HSL0.060.290.54
HSV23°39°67°
CMYK 0.000.240.39   0.33
XYZ27.275925.622716.6048
Yxy25.62270.39240.3687
Hunter Lab50.61897.601415.9840
CIE-Lab57.677212.225720.1763

#ab8268 color RGB value is (171,130,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 01101000
Octal 253 202 150
Decimal 171 130 104
Hex AB 82 68

RGB Percentages of Color #ab8268

%42.22
%32.10
%25.68

CMYK Percentages of Color #ab8268

%0
%24
%39
%33

Triadic Colors of #ab8268

#ab8268 #68ab82 #8268ab

Analogous Colors of #ab8268

#ab8268 #aba468 #ab6870

Monochromatic Colors of #ab8268

#ab8268

Complementary Color

#ab8268 #6891ab

#ab8268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8268 Color CSS Codes

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

#ab8268 Text Font Color

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

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


#ab8268 Background Color

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

This div background color is #ab8268


#ab8268 Border Color

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

This div border color is #ab8268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8268


Comments

No comments written yet.

Please login to write comment.