Color Hex Logo

#ab985d Color Hex

#AB985D
(171,152,93)
0 Favorites   0 Comments

Color spaces of #ab985d

RGB 17115293
HSL0.130.320.52
HSV45°46°67°
CMYK 0.000.110.46   0.33
XYZ29.998631.904714.9331
Yxy31.90470.39040.4152
Hunter Lab56.4842-4.046723.8641
CIE-Lab63.2640-1.228233.5223

#ab985d color RGB value is (171,152,93).

#ab985d hex color red value is 171, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ab985d hue: 0.13 , saturation: 0.32 and the lightness value of ab985d is 0.52.

The process color (four color CMYK) of #ab985d color hex is 0.00, 0.11, 0.46, 0.33. Web safe color of #ab985d is #999966. Color #ab985d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01011101
Octal 253 230 135
Decimal 171 152 93
Hex AB 98 5D

RGB Percentages of Color #ab985d

%41.11
%36.54
%22.36

CMYK Percentages of Color #ab985d

%0
%11
%46
%33

Triadic Colors of #ab985d

#ab985d #5dab98 #985dab

Analogous Colors of #ab985d

#ab985d #97ab5d #ab715d

Monochromatic Colors of #ab985d

#ab985d

Complementary Color

#ab985d #5d70ab

#ab985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab985d Color CSS Codes

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

#ab985d Text Font Color

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

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


#ab985d Background Color

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

This div background color is #ab985d


#ab985d Border Color

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

This div border color is #ab985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab985d


Comments

No comments written yet.

Please login to write comment.