Color Hex Logo

#ab981d Color Hex

#AB981D
(171,152,29)
0 Favorites   0 Comments

Color spaces of #ab981d

RGB 17115229
HSL0.140.710.39
HSV52°83°67°
CMYK 0.000.110.83   0.33
XYZ28.244631.20315.6965
Yxy31.20310.43360.4790
Hunter Lab55.8597-7.498833.0555
CIE-Lab62.6787-5.473860.8510

#ab981d color RGB value is (171,152,29).

#ab981d hex color red value is 171, green value is 152 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ab981d hue: 0.14 , saturation: 0.71 and the lightness value of ab981d is 0.39.

The process color (four color CMYK) of #ab981d color hex is 0.00, 0.11, 0.83, 0.33. Web safe color of #ab981d is #999933. Color #ab981d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 00011101
Octal 253 230 35
Decimal 171 152 29
Hex AB 98 1D

RGB Percentages of Color #ab981d

%48.58
%43.18
%8.24

CMYK Percentages of Color #ab981d

%0
%11
%83
%33

Triadic Colors of #ab981d

#ab981d #1dab98 #981dab

Analogous Colors of #ab981d

#ab981d #77ab1d #ab511d

Monochromatic Colors of #ab981d

#ab981d

Complementary Color

#ab981d #1d30ab

#ab981d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab981d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab981d Color CSS Codes

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

#ab981d Text Font Color

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

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


#ab981d Background Color

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

This div background color is #ab981d


#ab981d Border Color

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

This div border color is #ab981d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab981d


Comments

No comments written yet.

Please login to write comment.