Color Hex Logo

#ab4710 Color Hex

#AB4710
(171,71,16)
0 Favorites   0 Comments

Color spaces of #ab4710

RGB 1717116
HSL0.060.830.37
HSV21°91°67°
CMYK 0.000.580.91   0.33
XYZ19.141413.20182.0296
Yxy13.20180.55690.3841
Hunter Lab36.334330.451322.1221
CIE-Lab43.065738.483348.8085

#ab4710 color RGB value is (171,71,16).

#ab4710 hex color red value is 171, green value is 71 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ab4710 hue: 0.06 , saturation: 0.83 and the lightness value of ab4710 is 0.37.

The process color (four color CMYK) of #ab4710 color hex is 0.00, 0.58, 0.91, 0.33. Web safe color of #ab4710 is #993300. Color #ab4710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 00010000
Octal 253 107 20
Decimal 171 71 16
Hex AB 47 10

RGB Percentages of Color #ab4710

%66.28
%27.52
%6.20

CMYK Percentages of Color #ab4710

%0
%58
%91
%33

Triadic Colors of #ab4710

#ab4710 #10ab47 #4710ab

Analogous Colors of #ab4710

#ab4710 #ab9510 #ab1027

Monochromatic Colors of #ab4710

#ab4710

Complementary Color

#ab4710 #1074ab

#ab4710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4710 Color CSS Codes

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

#ab4710 Text Font Color

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

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


#ab4710 Background Color

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

This div background color is #ab4710


#ab4710 Border Color

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

This div border color is #ab4710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4710


Comments

No comments written yet.

Please login to write comment.