Color Hex Logo

#ab400a Color Hex

#AB400A
(171,64,10)
0 Favorites   0 Comments

Color spaces of #ab400a

RGB 1716410
HSL0.060.890.35
HSV20°94°67°
CMYK 0.000.630.94   0.33
XYZ18.682812.34661.6856
Yxy12.34660.57110.3774
Hunter Lab35.137733.417821.7522
CIE-Lab41.761841.744449.7435

#ab400a color RGB value is (171,64,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 00001010
Octal 253 100 12
Decimal 171 64 10
Hex AB 40 A

RGB Percentages of Color #ab400a

%69.80
%26.12
%4.08

CMYK Percentages of Color #ab400a

%0
%63
%94
%33

Triadic Colors of #ab400a

#ab400a #0aab40 #400aab

Analogous Colors of #ab400a

#ab400a #ab910a #ab0a24

Monochromatic Colors of #ab400a

#ab400a

Complementary Color

#ab400a #0a75ab

#ab400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab400a Color CSS Codes

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

#ab400a Text Font Color

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

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


#ab400a Background Color

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

This div background color is #ab400a


#ab400a Border Color

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

This div border color is #ab400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab400a


Comments

No comments written yet.

Please login to write comment.