Color Hex Logo

#ad4106 Color Hex

#AD4106
(173,65,6)
0 Favorites   0 Comments

Color spaces of #ad4106

RGB 173656
HSL0.060.930.35
HSV21°97°68°
CMYK 0.000.620.97   0.32
XYZ19.156712.67801.6097
Yxy12.67800.57280.3791
Hunter Lab35.606233.725122.2439
CIE-Lab42.274041.974051.3864

#ad4106 color RGB value is (173,65,6).

#ad4106 hex color red value is 173, green value is 65 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ad4106 hue: 0.06 , saturation: 0.93 and the lightness value of ad4106 is 0.35.

The process color (four color CMYK) of #ad4106 color hex is 0.00, 0.62, 0.97, 0.32. Web safe color of #ad4106 is #993300. Color #ad4106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000001 00000110
Octal 255 101 6
Decimal 173 65 6
Hex AD 41 6

RGB Percentages of Color #ad4106

%70.90
%26.64
%2.46

CMYK Percentages of Color #ad4106

%0
%62
%97
%32

Triadic Colors of #ad4106

#ad4106 #06ad41 #4106ad

Analogous Colors of #ad4106

#ad4106 #ad9506 #ad061f

Monochromatic Colors of #ad4106

#ad4106

Complementary Color

#ad4106 #0672ad

#ad4106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4106 Color CSS Codes

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

#ad4106 Text Font Color

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

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


#ad4106 Background Color

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

This div background color is #ad4106


#ad4106 Border Color

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

This div border color is #ad4106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4106


Comments

No comments written yet.

Please login to write comment.