Color Hex Logo

#ad1836 Color Hex

#AD1836
(173,24,54)
0 Favorites   0 Comments

Color spaces of #ad1836

RGB 1732454
HSL0.970.760.39
HSV348°86°68°
CMYK 0.000.860.69   0.32
XYZ18.22619.80384.4217
Yxy9.80380.56160.3021
Hunter Lab31.311049.110313.5449
CIE-Lab37.488057.777523.4759

#ad1836 color RGB value is (173,24,54).

#ad1836 hex color red value is 173, green value is 24 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ad1836 hue: 0.97 , saturation: 0.76 and the lightness value of ad1836 is 0.39.

The process color (four color CMYK) of #ad1836 color hex is 0.00, 0.86, 0.69, 0.32. Web safe color of #ad1836 is #990033. Color #ad1836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011000 00110110
Octal 255 30 66
Decimal 173 24 54
Hex AD 18 36

RGB Percentages of Color #ad1836

%68.92
%9.56
%21.51

CMYK Percentages of Color #ad1836

%0
%86
%69
%32

Triadic Colors of #ad1836

#ad1836 #36ad18 #1836ad

Analogous Colors of #ad1836

#ad1836 #ad4518 #ad1881

Monochromatic Colors of #ad1836

#ad1836

Complementary Color

#ad1836 #18ad8f

#ad1836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1836 Color CSS Codes

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

#ad1836 Text Font Color

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

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


#ad1836 Background Color

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

This div background color is #ad1836


#ad1836 Border Color

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

This div border color is #ad1836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1836


Comments

No comments written yet.

Please login to write comment.