Color Hex Logo

#ad5114 Color Hex

#AD5114
(173,81,20)
0 Favorites   0 Comments

Color spaces of #ad5114

RGB 1738120
HSL0.070.790.38
HSV24°88°68°
CMYK 0.000.530.88   0.32
XYZ20.302314.81962.4522
Yxy14.81960.54030.3944
Hunter Lab38.496226.769623.1706
CIE-Lab45.386134.290749.3581

#ad5114 color RGB value is (173,81,20).

#ad5114 hex color red value is 173, green value is 81 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ad5114 hue: 0.07 , saturation: 0.79 and the lightness value of ad5114 is 0.38.

The process color (four color CMYK) of #ad5114 color hex is 0.00, 0.53, 0.88, 0.32. Web safe color of #ad5114 is #996600. Color #ad5114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 00010100
Octal 255 121 24
Decimal 173 81 20
Hex AD 51 14

RGB Percentages of Color #ad5114

%63.14
%29.56
%7.30

CMYK Percentages of Color #ad5114

%0
%53
%88
%32

Triadic Colors of #ad5114

#ad5114 #14ad51 #5114ad

Analogous Colors of #ad5114

#ad5114 #ad9e14 #ad1424

Monochromatic Colors of #ad5114

#ad5114

Complementary Color

#ad5114 #1470ad

#ad5114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5114 Color CSS Codes

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

#ad5114 Text Font Color

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

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


#ad5114 Background Color

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

This div background color is #ad5114


#ad5114 Border Color

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

This div border color is #ad5114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5114


Comments

No comments written yet.

Please login to write comment.