Color Hex Logo

#ad5450 Color Hex

#AD5450
(173,84,80)
0 Favorites   0 Comments

Color spaces of #ad5450

RGB 1738480
HSL0.010.370.50
HSV54°68°
CMYK 0.000.510.54   0.32
XYZ21.851915.80419.4882
Yxy15.80410.46350.3352
Hunter Lab39.754428.546513.6773
CIE-Lab46.716435.975319.4629

#ad5450 color RGB value is (173,84,80).

#ad5450 hex color red value is 173, green value is 84 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ad5450 hue: 0.01 , saturation: 0.37 and the lightness value of ad5450 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 01010000
Octal 255 124 120
Decimal 173 84 80
Hex AD 54 50

RGB Percentages of Color #ad5450

%51.34
%24.93
%23.74

CMYK Percentages of Color #ad5450

%0
%51
%54
%32

Triadic Colors of #ad5450

#ad5450 #50ad54 #5450ad

Analogous Colors of #ad5450

#ad5450 #ad8350 #ad507b

Monochromatic Colors of #ad5450

#ad5450

Complementary Color

#ad5450 #50a9ad

#ad5450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5450 Color CSS Codes

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

#ad5450 Text Font Color

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

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


#ad5450 Background Color

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

This div background color is #ad5450


#ad5450 Border Color

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

This div border color is #ad5450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5450


Comments

No comments written yet.

Please login to write comment.