Color Hex Logo

#ad8db4 Color Hex

#AD8DB4
(173,141,180)
0 Favorites   0 Comments

Color spaces of #ad8db4

RGB 173141180
HSL0.800.210.63
HSV289°22°71°
CMYK 0.040.220.00   0.29
XYZ34.996731.229347.3633
Yxy31.22930.30810.2749
Hunter Lab55.883213.9896-11.1325
CIE-Lab62.700719.1438-15.8479

#ad8db4 color RGB value is (173,141,180).

#ad8db4 hex color red value is 173, green value is 141 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ad8db4 hue: 0.80 , saturation: 0.21 and the lightness value of ad8db4 is 0.63.

The process color (four color CMYK) of #ad8db4 color hex is 0.04, 0.22, 0.00, 0.29. Web safe color of #ad8db4 is #9999cc. Color #ad8db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001101 10110100
Octal 255 215 264
Decimal 173 141 180
Hex AD 8D B4

RGB Percentages of Color #ad8db4

%35.02
%28.54
%36.44

CMYK Percentages of Color #ad8db4

%4
%22
%0
%29

Triadic Colors of #ad8db4

#ad8db4 #b4ad8d #8db4ad

Analogous Colors of #ad8db4

#ad8db4 #b48da8 #9a8db4

Monochromatic Colors of #ad8db4

#ad8db4

Complementary Color

#ad8db4 #94b48d

#ad8db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8db4 Color CSS Codes

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

#ad8db4 Text Font Color

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

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


#ad8db4 Background Color

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

This div background color is #ad8db4


#ad8db4 Border Color

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

This div border color is #ad8db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8db4


Comments

No comments written yet.

Please login to write comment.