Color spaces of #ad9deb
RGB | 173 | 157 | 235 |
---|---|---|---|
HSL | 0.70 | 0.66 | 0.77 |
HSV | 252° | 33° | 92° |
CMYK | 0.26 | 0.33 | 0.00 0.08 |
XYZ | 44.2859 | 38.9963 | 83.7902 |
Yxy | 38.9963 | 0.2651 | 0.2334 |
Hunter Lab | 62.4470 | 17.3056 | -35.8413 |
CIE-Lab | 68.7486 | 22.3299 | -37.1586 |
#ad9deb color RGB value is (173,157,235).
#ad9deb hex color red value is 173, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad9deb hue: 0.70 , saturation: 0.66 and the lightness value of ad9deb is 0.77.
The process color (four color CMYK) of #ad9deb color hex is 0.26, 0.33, 0.00, 0.08. Web safe color of #ad9deb is #9999ff. Color #ad9deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10011101 | 11101011 |
Octal | 255 | 235 | 353 |
Decimal | 173 | 157 | 235 |
Hex | AD | 9D | EB |
Shades of #ad9deb
Tints of #ad9deb
RGB Percentages of Color #ad9deb
CMYK Percentages of Color #ad9deb
Complementary Color
#ad9deb | #dbeb9d |
#ad9deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad9deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad9deb Color CSS Codes
.mybgcolor {background-color:#ad9deb; } .myforecolor {color:#ad9deb; } .mybordercolor {border:3px solid #ad9deb; }
#ad9deb Text Font Color
<p style="color:#ad9deb">Text here</p>
This sample text font color is #ad9deb
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.
#ad9deb Background Color
<div style="background-color:#ad9deb">
Div content here</div>
This div background color is #ad9deb
#ad9deb Border Color
<div style="border:3px solid #ad9deb">
Div here</div>
This div border color is #ad9deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,157,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad9deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad9deb; -webkit-box-shadow: 1px 1px 3px 2px #ad9deb; box-shadow: 1px 1px 3px 2px #ad9deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,157,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad9deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad9deb; -webkit-box-shadow: 1px 1px 3px 2px #ad9deb; box-shadow: 1px 1px 3px 2px #ad9deb;">
Div content here</div>
This div box has shadow with color #ad9deb
Comments
No comments written yet.
Please login to write comment.