Color Hex Logo

#ad4e2f Color Hex

#AD4E2F
(173,78,47)
0 Favorites   0 Comments

Color spaces of #ad4e2f

RGB 1737847
HSL0.040.570.43
HSV15°73°68°
CMYK 0.000.550.73   0.32
XYZ20.471114.53834.4165
Yxy14.53830.51920.3687
Hunter Lab38.129129.108719.8228
CIE-Lab44.995236.801636.4464

#ad4e2f color RGB value is (173,78,47).

#ad4e2f hex color red value is 173, green value is 78 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ad4e2f hue: 0.04 , saturation: 0.57 and the lightness value of ad4e2f is 0.43.

The process color (four color CMYK) of #ad4e2f color hex is 0.00, 0.55, 0.73, 0.32. Web safe color of #ad4e2f is #996633. Color #ad4e2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001110 00101111
Octal 255 116 57
Decimal 173 78 47
Hex AD 4E 2F

RGB Percentages of Color #ad4e2f

%58.05
%26.17
%15.77

CMYK Percentages of Color #ad4e2f

%0
%55
%73
%32

Triadic Colors of #ad4e2f

#ad4e2f #2fad4e #4e2fad

Analogous Colors of #ad4e2f

#ad4e2f #ad8d2f #ad2f4f

Monochromatic Colors of #ad4e2f

#ad4e2f

Complementary Color

#ad4e2f #2f8ead

#ad4e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4e2f Color CSS Codes

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

#ad4e2f Text Font Color

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

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


#ad4e2f Background Color

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

This div background color is #ad4e2f


#ad4e2f Border Color

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

This div border color is #ad4e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4e2f


Comments

No comments written yet.

Please login to write comment.