Color Hex Logo

#ab750d Color Hex

#AB750D
(171,117,13)
0 Favorites   0 Comments

Color spaces of #ab750d

RGB 17111713
HSL0.110.860.36
HSV39°92°67°
CMYK 0.000.320.92   0.33
XYZ23.228521.40963.2890
Yxy21.40960.48470.4467
Hunter Lab46.27058.636328.1749
CIE-Lab53.394913.490357.3593

#ab750d color RGB value is (171,117,13).

#ab750d hex color red value is 171, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab750d hue: 0.11 , saturation: 0.86 and the lightness value of ab750d is 0.36.

The process color (four color CMYK) of #ab750d color hex is 0.00, 0.32, 0.92, 0.33. Web safe color of #ab750d is #996600. Color #ab750d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 00001101
Octal 253 165 15
Decimal 171 117 13
Hex AB 75 D

RGB Percentages of Color #ab750d

%56.81
%38.87
%4.32

CMYK Percentages of Color #ab750d

%0
%32
%92
%33

Triadic Colors of #ab750d

#ab750d #0dab75 #750dab

Analogous Colors of #ab750d

#ab750d #92ab0d #ab260d

Monochromatic Colors of #ab750d

#ab750d

Complementary Color

#ab750d #0d43ab

#ab750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab750d Color CSS Codes

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

#ab750d Text Font Color

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

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


#ab750d Background Color

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

This div background color is #ab750d


#ab750d Border Color

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

This div border color is #ab750d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab750d


Comments

No comments written yet.

Please login to write comment.