Color Hex Logo

#ab8950 Color Hex

#AB8950
(171,137,80)
0 Favorites   0 Comments

Color spaces of #ab8950

RGB 17113780
HSL0.100.360.49
HSV38°53°67°
CMYK 0.000.200.53   0.33
XYZ27.188227.128411.3928
Yxy27.12840.41380.4129
Hunter Lab52.08492.027923.4907
CIE-Lab59.09305.769235.2267

#ab8950 color RGB value is (171,137,80).

#ab8950 hex color red value is 171, green value is 137 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ab8950 hue: 0.10 , saturation: 0.36 and the lightness value of ab8950 is 0.49.

The process color (four color CMYK) of #ab8950 color hex is 0.00, 0.20, 0.53, 0.33. Web safe color of #ab8950 is #999966. Color #ab8950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 01010000
Octal 253 211 120
Decimal 171 137 80
Hex AB 89 50

RGB Percentages of Color #ab8950

%44.07
%35.31
%20.62

CMYK Percentages of Color #ab8950

%0
%20
%53
%33

Triadic Colors of #ab8950

#ab8950 #50ab89 #8950ab

Analogous Colors of #ab8950

#ab8950 #a0ab50 #ab5c50

Monochromatic Colors of #ab8950

#ab8950

Complementary Color

#ab8950 #5072ab

#ab8950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8950 Color CSS Codes

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

#ab8950 Text Font Color

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

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


#ab8950 Background Color

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

This div background color is #ab8950


#ab8950 Border Color

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

This div border color is #ab8950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8950


Comments

No comments written yet.

Please login to write comment.