Color Hex Logo

#ad5467 Color Hex

#AD5467
(173,84,103)
0 Favorites   0 Comments

Color spaces of #ad5467

RGB 17384103
HSL0.960.350.50
HSV347°51°68°
CMYK 0.000.510.40   0.32
XYZ22.852116.204214.7552
Yxy16.20420.42470.3011
Hunter Lab40.254430.88766.4455
CIE-Lab47.241338.31686.3080

#ad5467 color RGB value is (173,84,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 01100111
Octal 255 124 147
Decimal 173 84 103
Hex AD 54 67

RGB Percentages of Color #ad5467

%48.06
%23.33
%28.61

CMYK Percentages of Color #ad5467

%0
%51
%40
%32

Triadic Colors of #ad5467

#ad5467 #67ad54 #5467ad

Analogous Colors of #ad5467

#ad5467 #ad6e54 #ad5494

Monochromatic Colors of #ad5467

#ad5467

Complementary Color

#ad5467 #54ad9a

#ad5467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5467 Color CSS Codes

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

#ad5467 Text Font Color

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

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


#ad5467 Background Color

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

This div background color is #ad5467


#ad5467 Border Color

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

This div border color is #ad5467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5467


Comments

No comments written yet.

Please login to write comment.