Color Hex Logo

#ab823e Color Hex

#AB823E
(171,130,62)
0 Favorites   0 Comments

Color spaces of #ab823e

RGB 17113062
HSL0.100.470.46
HSV37°64°67°
CMYK 0.000.240.64   0.33
XYZ25.646724.97108.0256
Yxy24.97100.43730.4258
Hunter Lab49.97104.162625.4574
CIE-Lab57.04728.239642.0870

#ab823e color RGB value is (171,130,62).

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

The process color (four color CMYK) of #ab823e color hex is 0.00, 0.24, 0.64, 0.33. Web safe color of #ab823e is #999933. Color #ab823e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 00111110
Octal 253 202 76
Decimal 171 130 62
Hex AB 82 3E

RGB Percentages of Color #ab823e

%47.11
%35.81
%17.08

CMYK Percentages of Color #ab823e

%0
%24
%64
%33

Triadic Colors of #ab823e

#ab823e #3eab82 #823eab

Analogous Colors of #ab823e

#ab823e #9eab3e #ab4c3e

Monochromatic Colors of #ab823e

#ab823e

Complementary Color

#ab823e #3e67ab

#ab823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab823e Color CSS Codes

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

#ab823e Text Font Color

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

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


#ab823e Background Color

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

This div background color is #ab823e


#ab823e Border Color

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

This div border color is #ab823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab823e


Comments

No comments written yet.

Please login to write comment.