Color Hex Logo

#ab6214 Color Hex

#AB6214
(171,98,20)
0 Favorites   0 Comments

Color spaces of #ab6214

RGB 1719820
HSL0.090.790.37
HSV31°88°67°
CMYK 0.000.430.88   0.33
XYZ21.288517.44382.9068
Yxy17.44380.51130.4189
Hunter Lab41.765817.893425.1096
CIE-Lab48.814424.276751.9746

#ab6214 color RGB value is (171,98,20).

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

The process color (four color CMYK) of #ab6214 color hex is 0.00, 0.43, 0.88, 0.33. Web safe color of #ab6214 is #996600. Color #ab6214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 00010100
Octal 253 142 24
Decimal 171 98 20
Hex AB 62 14

RGB Percentages of Color #ab6214

%59.17
%33.91
%6.92

CMYK Percentages of Color #ab6214

%0
%43
%88
%33

Triadic Colors of #ab6214

#ab6214 #14ab62 #6214ab

Analogous Colors of #ab6214

#ab6214 #a9ab14 #ab1714

Monochromatic Colors of #ab6214

#ab6214

Complementary Color

#ab6214 #145dab

#ab6214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6214 Color CSS Codes

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

#ab6214 Text Font Color

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

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


#ab6214 Background Color

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

This div background color is #ab6214


#ab6214 Border Color

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

This div border color is #ab6214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,98,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 #ab6214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6214


Comments

No comments written yet.

Please login to write comment.