Color Hex Logo

#ad4034 Color Hex

#AD4034
(173,64,52)
0 Favorites   0 Comments

Color spaces of #ad4034

RGB 1736452
HSL0.020.540.44
HSV70°68°
CMYK 0.000.630.70   0.32
XYZ19.686812.79904.6816
Yxy12.79900.52970.3444
Hunter Lab35.775735.618317.2843
CIE-Lab42.458843.856930.7249

#ad4034 color RGB value is (173,64,52).

#ad4034 hex color red value is 173, green value is 64 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ad4034 hue: 0.02 , saturation: 0.54 and the lightness value of ad4034 is 0.44.

The process color (four color CMYK) of #ad4034 color hex is 0.00, 0.63, 0.70, 0.32. Web safe color of #ad4034 is #993333. Color #ad4034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 00110100
Octal 255 100 64
Decimal 173 64 52
Hex AD 40 34

RGB Percentages of Color #ad4034

%59.86
%22.15
%17.99

CMYK Percentages of Color #ad4034

%0
%63
%70
%32

Triadic Colors of #ad4034

#ad4034 #34ad40 #4034ad

Analogous Colors of #ad4034

#ad4034 #ad7d34 #ad3465

Monochromatic Colors of #ad4034

#ad4034

Complementary Color

#ad4034 #34a1ad

#ad4034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4034 Color CSS Codes

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

#ad4034 Text Font Color

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

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


#ad4034 Background Color

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

This div background color is #ad4034


#ad4034 Border Color

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

This div border color is #ad4034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4034


Comments

No comments written yet.

Please login to write comment.