Color Hex Logo

#ab400b Color Hex

#AB400B
(171,64,11)
0 Favorites   0 Comments

Color spaces of #ab400b

RGB 1716411
HSL0.060.880.36
HSV20°94°67°
CMYK 0.000.630.94   0.33
XYZ18.688412.34891.7152
Yxy12.34890.57060.3770
Hunter Lab35.141033.431721.7048
CIE-Lab41.765441.758049.4596

#ab400b color RGB value is (171,64,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 00001011
Octal 253 100 13
Decimal 171 64 11
Hex AB 40 B

RGB Percentages of Color #ab400b

%69.51
%26.02
%4.47

CMYK Percentages of Color #ab400b

%0
%63
%94
%33

Triadic Colors of #ab400b

#ab400b #0bab40 #400bab

Analogous Colors of #ab400b

#ab400b #ab900b #ab0b26

Monochromatic Colors of #ab400b

#ab400b

Complementary Color

#ab400b #0b76ab

#ab400b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab400b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab400b Color CSS Codes

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

#ab400b Text Font Color

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

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


#ab400b Background Color

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

This div background color is #ab400b


#ab400b Border Color

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

This div border color is #ab400b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab400b


Comments

No comments written yet.

Please login to write comment.