Color Hex Logo

#ad351f Color Hex

#AD351F
(173,53,31)
0 Favorites   0 Comments

Color spaces of #ad351f

RGB 1735331
HSL0.030.700.40
HSV82°68°
CMYK 0.000.690.82   0.32
XYZ18.754011.52942.5333
Yxy11.52940.57150.3513
Hunter Lab33.955039.167919.3450
CIE-Lab40.458247.732140.2457

#ad351f color RGB value is (173,53,31).

#ad351f hex color red value is 173, green value is 53 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ad351f hue: 0.03 , saturation: 0.70 and the lightness value of ad351f is 0.40.

The process color (four color CMYK) of #ad351f color hex is 0.00, 0.69, 0.82, 0.32. Web safe color of #ad351f is #993333. Color #ad351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 00011111
Octal 255 65 37
Decimal 173 53 31
Hex AD 35 1F

RGB Percentages of Color #ad351f

%67.32
%20.62
%12.06

CMYK Percentages of Color #ad351f

%0
%69
%82
%32

Triadic Colors of #ad351f

#ad351f #1fad35 #351fad

Analogous Colors of #ad351f

#ad351f #ad7c1f #ad1f50

Monochromatic Colors of #ad351f

#ad351f

Complementary Color

#ad351f #1f97ad

#ad351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad351f Color CSS Codes

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

#ad351f Text Font Color

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

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


#ad351f Background Color

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

This div background color is #ad351f


#ad351f Border Color

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

This div border color is #ad351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad351f


Comments

No comments written yet.

Please login to write comment.