Color Hex Logo

#ab450a Color Hex

#AB450A
(171,69,10)
0 Favorites   0 Comments

Color spaces of #ab450a

RGB 1716910
HSL0.060.890.35
HSV22°94°67°
CMYK 0.000.600.94   0.33
XYZ18.977512.93611.7838
Yxy12.93610.56320.3839
Hunter Lab35.966831.241822.2362
CIE-Lab42.666839.364050.3542

#ab450a color RGB value is (171,69,10).

#ab450a hex color red value is 171, green value is 69 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ab450a hue: 0.06 , saturation: 0.89 and the lightness value of ab450a is 0.35.

The process color (four color CMYK) of #ab450a color hex is 0.00, 0.60, 0.94, 0.33. Web safe color of #ab450a is #993300. Color #ab450a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 00001010
Octal 253 105 12
Decimal 171 69 10
Hex AB 45 A

RGB Percentages of Color #ab450a

%68.40
%27.60
%4.00

CMYK Percentages of Color #ab450a

%0
%60
%94
%33

Triadic Colors of #ab450a

#ab450a #0aab45 #450aab

Analogous Colors of #ab450a

#ab450a #ab960a #ab0a1f

Monochromatic Colors of #ab450a

#ab450a

Complementary Color

#ab450a #0a70ab

#ab450a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab450a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab450a Color CSS Codes

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

#ab450a Text Font Color

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

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


#ab450a Background Color

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

This div background color is #ab450a


#ab450a Border Color

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

This div border color is #ab450a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab450a


Comments

No comments written yet.

Please login to write comment.