Color Hex Logo

#ab683e Color Hex

#AB683E
(171,104,62)
0 Favorites   0 Comments

Color spaces of #ab683e

RGB 17110462
HSL0.060.470.46
HSV23°64°67°
CMYK 0.000.390.64   0.33
XYZ22.614418.90647.0148
Yxy18.90640.46590.3895
Hunter Lab43.481516.743920.8719
CIE-Lab50.577522.854734.6121

#ab683e color RGB value is (171,104,62).

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

The process color (four color CMYK) of #ab683e color hex is 0.00, 0.39, 0.64, 0.33. Web safe color of #ab683e is #996633. Color #ab683e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 00111110
Octal 253 150 76
Decimal 171 104 62
Hex AB 68 3E

RGB Percentages of Color #ab683e

%50.74
%30.86
%18.40

CMYK Percentages of Color #ab683e

%0
%39
%64
%33

Triadic Colors of #ab683e

#ab683e #3eab68 #683eab

Analogous Colors of #ab683e

#ab683e #ab9f3e #ab3e4b

Monochromatic Colors of #ab683e

#ab683e

Complementary Color

#ab683e #3e81ab

#ab683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab683e Color CSS Codes

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

#ab683e Text Font Color

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

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


#ab683e Background Color

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

This div background color is #ab683e


#ab683e Border Color

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

This div border color is #ab683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab683e


Comments

No comments written yet.

Please login to write comment.