Color Hex Logo

#ab9214 Color Hex

#AB9214
(171,146,20)
0 Favorites   0 Comments

Color spaces of #ab9214

RGB 17114620
HSL0.140.790.37
HSV50°88°67°
CMYK 0.000.150.88   0.33
XYZ27.199729.26624.8772
Yxy29.26620.44340.4771
Hunter Lab54.0982-4.925132.5235
CIE-Lab61.0158-2.472661.7573

#ab9214 color RGB value is (171,146,20).

#ab9214 hex color red value is 171, green value is 146 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ab9214 hue: 0.14 , saturation: 0.79 and the lightness value of ab9214 is 0.37.

The process color (four color CMYK) of #ab9214 color hex is 0.00, 0.15, 0.88, 0.33. Web safe color of #ab9214 is #999900. Color #ab9214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 00010100
Octal 253 222 24
Decimal 171 146 20
Hex AB 92 14

RGB Percentages of Color #ab9214

%50.74
%43.32
%5.93

CMYK Percentages of Color #ab9214

%0
%15
%88
%33

Triadic Colors of #ab9214

#ab9214 #14ab92 #9214ab

Analogous Colors of #ab9214

#ab9214 #79ab14 #ab4614

Monochromatic Colors of #ab9214

#ab9214

Complementary Color

#ab9214 #142dab

#ab9214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9214 Color CSS Codes

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

#ab9214 Text Font Color

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

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


#ab9214 Background Color

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

This div background color is #ab9214


#ab9214 Border Color

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

This div border color is #ab9214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9214


Comments

No comments written yet.

Please login to write comment.