Color Hex Logo

#ad2902 Color Hex

#AD2902
(173,41,2)
0 Favorites   0 Comments

Color spaces of #ad2902

RGB 173412
HSL0.040.980.34
HSV14°99°68°
CMYK 0.000.760.99   0.32
XYZ18.037510.47451.1285
Yxy10.47450.60850.3534
Hunter Lab32.364342.845220.5877
CIE-Lab38.680951.637550.6717

#ad2902 color RGB value is (173,41,2).

#ad2902 hex color red value is 173, green value is 41 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ad2902 hue: 0.04 , saturation: 0.98 and the lightness value of ad2902 is 0.34.

The process color (four color CMYK) of #ad2902 color hex is 0.00, 0.76, 0.99, 0.32. Web safe color of #ad2902 is #993300. Color #ad2902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 00000010
Octal 255 51 2
Decimal 173 41 2
Hex AD 29 2

RGB Percentages of Color #ad2902

%80.09
%18.98
%0.93

CMYK Percentages of Color #ad2902

%0
%76
%99
%32

Triadic Colors of #ad2902

#ad2902 #02ad29 #2902ad

Analogous Colors of #ad2902

#ad2902 #ad7f02 #ad0231

Monochromatic Colors of #ad2902

#ad2902

Complementary Color

#ad2902 #0286ad

#ad2902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2902 Color CSS Codes

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

#ad2902 Text Font Color

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

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


#ad2902 Background Color

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

This div background color is #ad2902


#ad2902 Border Color

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

This div border color is #ad2902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2902


Comments

No comments written yet.

Please login to write comment.