Color Hex Logo

#ad452b Color Hex

#AD452B
(173,69,43)
0 Favorites   0 Comments

Color spaces of #ad452b

RGB 1736943
HSL0.030.600.42
HSV12°75°68°
CMYK 0.000.600.75   0.32
XYZ19.797713.31493.8121
Yxy13.31490.53620.3606
Hunter Lab36.489632.989719.3486
CIE-Lab43.233941.070336.6993

#ad452b color RGB value is (173,69,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 00101011
Octal 255 105 53
Decimal 173 69 43
Hex AD 45 2B

RGB Percentages of Color #ad452b

%60.70
%24.21
%15.09

CMYK Percentages of Color #ad452b

%0
%60
%75
%32

Triadic Colors of #ad452b

#ad452b #2bad45 #452bad

Analogous Colors of #ad452b

#ad452b #ad862b #ad2b52

Monochromatic Colors of #ad452b

#ad452b

Complementary Color

#ad452b #2b93ad

#ad452b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad452b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad452b Color CSS Codes

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

#ad452b Text Font Color

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

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


#ad452b Background Color

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

This div background color is #ad452b


#ad452b Border Color

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

This div border color is #ad452b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad452b


Comments

No comments written yet.

Please login to write comment.