Color Hex Logo

#ad353b Color Hex

#AD353B
(173,53,59)
0 Favorites   0 Comments

Color spaces of #ad353b

RGB 1735359
HSL0.990.530.44
HSV357°69°68°
CMYK 0.000.690.66   0.32
XYZ19.296111.74625.3879
Yxy11.74620.52970.3224
Hunter Lab34.272740.521114.6701
CIE-Lab40.809948.994324.5221

#ad353b color RGB value is (173,53,59).

#ad353b hex color red value is 173, green value is 53 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad353b hue: 0.99 , saturation: 0.53 and the lightness value of ad353b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 00111011
Octal 255 65 73
Decimal 173 53 59
Hex AD 35 3B

RGB Percentages of Color #ad353b

%60.70
%18.60
%20.70

CMYK Percentages of Color #ad353b

%0
%69
%66
%32

Triadic Colors of #ad353b

#ad353b #3bad35 #353bad

Analogous Colors of #ad353b

#ad353b #ad6b35 #ad3577

Monochromatic Colors of #ad353b

#ad353b

Complementary Color

#ad353b #35ada7

#ad353b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad353b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad353b Color CSS Codes

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

#ad353b Text Font Color

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

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


#ad353b Background Color

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

This div background color is #ad353b


#ad353b Border Color

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

This div border color is #ad353b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad353b


Comments

No comments written yet.

Please login to write comment.