Color Hex Logo

#ad453f Color Hex

#AD453F
(173,69,63)
0 Favorites   0 Comments

Color spaces of #ad453f

RGB 1736963
HSL0.010.470.46
HSV64°68°
CMYK 0.000.600.64   0.32
XYZ20.258913.49946.2405
Yxy13.49940.50650.3375
Hunter Lab36.741534.125415.6487
CIE-Lab43.506342.180325.4860

#ad453f color RGB value is (173,69,63).

#ad453f hex color red value is 173, green value is 69 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad453f hue: 0.01 , saturation: 0.47 and the lightness value of ad453f is 0.46.

The process color (four color CMYK) of #ad453f color hex is 0.00, 0.60, 0.64, 0.32. Web safe color of #ad453f is #993333. Color #ad453f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 00111111
Octal 255 105 77
Decimal 173 69 63
Hex AD 45 3F

RGB Percentages of Color #ad453f

%56.72
%22.62
%20.66

CMYK Percentages of Color #ad453f

%0
%60
%64
%32

Triadic Colors of #ad453f

#ad453f #3fad45 #453fad

Analogous Colors of #ad453f

#ad453f #ad7c3f #ad3f70

Monochromatic Colors of #ad453f

#ad453f

Complementary Color

#ad453f #3fa7ad

#ad453f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad453f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad453f Color CSS Codes

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

#ad453f Text Font Color

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

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


#ad453f Background Color

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

This div background color is #ad453f


#ad453f Border Color

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

This div border color is #ad453f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad453f


Comments

No comments written yet.

Please login to write comment.