Color spaces of #ad90be
RGB | 173 | 144 | 190 |
---|---|---|---|
HSL | 0.77 | 0.26 | 0.65 |
HSV | 278° | 24° | 75° |
CMYK | 0.09 | 0.24 | 0.00 0.25 |
XYZ | 36.5011 | 32.5485 | 53.0739 |
Yxy | 32.5485 | 0.2989 | 0.2665 |
Hunter Lab | 57.0513 | 14.3635 | -15.2206 |
CIE-Lab | 63.7936 | 19.4961 | -19.8244 |
#ad90be color RGB value is (173,144,190).
#ad90be hex color red value is 173, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad90be hue: 0.77 , saturation: 0.26 and the lightness value of ad90be is 0.65.
The process color (four color CMYK) of #ad90be color hex is 0.09, 0.24, 0.00, 0.25. Web safe color of #ad90be is #9999cc. Color #ad90be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10010000 | 10111110 |
Octal | 255 | 220 | 276 |
Decimal | 173 | 144 | 190 |
Hex | AD | 90 | BE |
Shades of #ad90be
Tints of #ad90be
RGB Percentages of Color #ad90be
CMYK Percentages of Color #ad90be
Complementary Color
#ad90be | #a1be90 |
#ad90be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad90be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad90be Color CSS Codes
.mybgcolor {background-color:#ad90be; } .myforecolor {color:#ad90be; } .mybordercolor {border:3px solid #ad90be; }
#ad90be Text Font Color
<p style="color:#ad90be">Text here</p>
This sample text font color is #ad90be
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.
#ad90be Background Color
<div style="background-color:#ad90be">
Div content here</div>
This div background color is #ad90be
#ad90be Border Color
<div style="border:3px solid #ad90be">
Div here</div>
This div border color is #ad90be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,144,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad90be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad90be; -webkit-box-shadow: 1px 1px 3px 2px #ad90be; box-shadow: 1px 1px 3px 2px #ad90be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,144,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad90be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad90be; -webkit-box-shadow: 1px 1px 3px 2px #ad90be; box-shadow: 1px 1px 3px 2px #ad90be;">
Div content here</div>
This div box has shadow with color #ad90be
Comments
No comments written yet.
Please login to write comment.