Color Hex Logo

#ad5353 Color Hex

#AD5353
(173,83,83)
0 Favorites   0 Comments

Color spaces of #ad5353

RGB 1738383
HSL0.000.350.50
HSV52°68°
CMYK 0.000.520.52   0.32
XYZ21.888215.695310.0595
Yxy15.69530.45940.3294
Hunter Lab39.617329.289412.6774
CIE-Lab46.572236.766617.4691

#ad5353 color RGB value is (173,83,83).

#ad5353 hex color red value is 173, green value is 83 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ad5353 hue: 0.00 , saturation: 0.35 and the lightness value of ad5353 is 0.50.

The process color (four color CMYK) of #ad5353 color hex is 0.00, 0.52, 0.52, 0.32. Web safe color of #ad5353 is #996666. Color #ad5353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01010011
Octal 255 123 123
Decimal 173 83 83
Hex AD 53 53

RGB Percentages of Color #ad5353

%51.03
%24.48
%24.48

CMYK Percentages of Color #ad5353

%0
%52
%52
%32

Triadic Colors of #ad5353

#ad5353 #53ad53 #5353ad

Analogous Colors of #ad5353

#ad5353 #ad8053 #ad5380

Monochromatic Colors of #ad5353

#ad5353

Complementary Color

#ad5353 #53adad

#ad5353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5353 Color CSS Codes

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

#ad5353 Text Font Color

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

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


#ad5353 Background Color

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

This div background color is #ad5353


#ad5353 Border Color

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

This div border color is #ad5353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5353


Comments

No comments written yet.

Please login to write comment.