Color Hex Logo

#ab965e Color Hex

#AB965E
(171,150,94)
0 Favorites   0 Comments

Color spaces of #ab965e

RGB 17115094
HSL0.120.310.52
HSV44°45°67°
CMYK 0.000.120.45   0.33
XYZ29.721331.278815.0606
Yxy31.27880.39080.4112
Hunter Lab55.9275-3.013523.1831
CIE-Lab62.7423-0.031432.3300

#ab965e color RGB value is (171,150,94).

#ab965e hex color red value is 171, green value is 150 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab965e hue: 0.12 , saturation: 0.31 and the lightness value of ab965e is 0.52.

The process color (four color CMYK) of #ab965e color hex is 0.00, 0.12, 0.45, 0.33. Web safe color of #ab965e is #999966. Color #ab965e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 01011110
Octal 253 226 136
Decimal 171 150 94
Hex AB 96 5E

RGB Percentages of Color #ab965e

%41.20
%36.14
%22.65

CMYK Percentages of Color #ab965e

%0
%12
%45
%33

Triadic Colors of #ab965e

#ab965e #5eab96 #965eab

Analogous Colors of #ab965e

#ab965e #9aab5e #ab705e

Monochromatic Colors of #ab965e

#ab965e

Complementary Color

#ab965e #5e73ab

#ab965e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab965e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab965e Color CSS Codes

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

#ab965e Text Font Color

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

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


#ab965e Background Color

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

This div background color is #ab965e


#ab965e Border Color

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

This div border color is #ab965e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab965e


Comments

No comments written yet.

Please login to write comment.