Color Hex Logo

#ad260d Color Hex

#AD260D
(173,38,13)
0 Favorites   0 Comments

Color spaces of #ad260d

RGB 1733813
HSL0.030.860.36
HSV92°68°
CMYK 0.000.780.92   0.32
XYZ17.999310.29951.4201
Yxy10.29950.60570.3466
Hunter Lab32.092843.949519.8414
CIE-Lab38.374752.754546.6716

#ad260d color RGB value is (173,38,13).

#ad260d hex color red value is 173, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ad260d hue: 0.03 , saturation: 0.86 and the lightness value of ad260d is 0.36.

The process color (four color CMYK) of #ad260d color hex is 0.00, 0.78, 0.92, 0.32. Web safe color of #ad260d is #993300. Color #ad260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 00001101
Octal 255 46 15
Decimal 173 38 13
Hex AD 26 D

RGB Percentages of Color #ad260d

%77.23
%16.96
%5.80

CMYK Percentages of Color #ad260d

%0
%78
%92
%32

Triadic Colors of #ad260d

#ad260d #0dad26 #260dad

Analogous Colors of #ad260d

#ad260d #ad760d #ad0d44

Monochromatic Colors of #ad260d

#ad260d

Complementary Color

#ad260d #0d94ad

#ad260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad260d Color CSS Codes

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

#ad260d Text Font Color

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

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


#ad260d Background Color

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

This div background color is #ad260d


#ad260d Border Color

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

This div border color is #ad260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad260d


Comments

No comments written yet.

Please login to write comment.