Color Hex Logo

#ab452c Color Hex

#AB452C
(171,69,44)
0 Favorites   0 Comments

Color spaces of #ab452c

RGB 1716944
HSL0.030.590.42
HSV12°74°67°
CMYK 0.000.600.74   0.33
XYZ19.377313.09603.8894
Yxy13.09600.53290.3601
Hunter Lab36.188432.249218.9596
CIE-Lab42.907540.364335.6973

#ab452c color RGB value is (171,69,44).

#ab452c hex color red value is 171, green value is 69 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ab452c hue: 0.03 , saturation: 0.59 and the lightness value of ab452c is 0.42.

The process color (four color CMYK) of #ab452c color hex is 0.00, 0.60, 0.74, 0.33. Web safe color of #ab452c is #993333. Color #ab452c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 00101100
Octal 253 105 54
Decimal 171 69 44
Hex AB 45 2C

RGB Percentages of Color #ab452c

%60.21
%24.30
%15.49

CMYK Percentages of Color #ab452c

%0
%60
%74
%33

Triadic Colors of #ab452c

#ab452c #2cab45 #452cab

Analogous Colors of #ab452c

#ab452c #ab852c #ab2c52

Monochromatic Colors of #ab452c

#ab452c

Complementary Color

#ab452c #2c92ab

#ab452c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab452c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab452c Color CSS Codes

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

#ab452c Text Font Color

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

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


#ab452c Background Color

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

This div background color is #ab452c


#ab452c Border Color

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

This div border color is #ab452c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab452c


Comments

No comments written yet.

Please login to write comment.