Color spaces of #ada0cf
RGB | 173 | 160 | 207 |
---|---|---|---|
HSL | 0.71 | 0.33 | 0.72 |
HSV | 257° | 23° | 81° |
CMYK | 0.16 | 0.23 | 0.00 0.19 |
XYZ | 41.0669 | 38.5308 | 64.3042 |
Yxy | 38.5308 | 0.2854 | 0.2678 |
Hunter Lab | 62.0732 | 9.4655 | -17.9698 |
CIE-Lab | 68.4100 | 14.1603 | -22.2646 |
#ada0cf color RGB value is (173,160,207).
#ada0cf hex color red value is 173, green value is 160 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ada0cf hue: 0.71 , saturation: 0.33 and the lightness value of ada0cf is 0.72.
The process color (four color CMYK) of #ada0cf color hex is 0.16, 0.23, 0.00, 0.19. Web safe color of #ada0cf is #9999cc. Color #ada0cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100000 | 11001111 |
Octal | 255 | 240 | 317 |
Decimal | 173 | 160 | 207 |
Hex | AD | A0 | CF |
Shades of #ada0cf
Tints of #ada0cf
RGB Percentages of Color #ada0cf
CMYK Percentages of Color #ada0cf
Complementary Color
#ada0cf | #c2cfa0 |
#ada0cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada0cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada0cf Color CSS Codes
.mybgcolor {background-color:#ada0cf; } .myforecolor {color:#ada0cf; } .mybordercolor {border:3px solid #ada0cf; }
#ada0cf Text Font Color
<p style="color:#ada0cf">Text here</p>
This sample text font color is #ada0cf
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.
#ada0cf Background Color
<div style="background-color:#ada0cf">
Div content here</div>
This div background color is #ada0cf
#ada0cf Border Color
<div style="border:3px solid #ada0cf">
Div here</div>
This div border color is #ada0cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,160,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada0cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada0cf; -webkit-box-shadow: 1px 1px 3px 2px #ada0cf; box-shadow: 1px 1px 3px 2px #ada0cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,160,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada0cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada0cf; -webkit-box-shadow: 1px 1px 3px 2px #ada0cf; box-shadow: 1px 1px 3px 2px #ada0cf;">
Div content here</div>
This div box has shadow with color #ada0cf
Comments
No comments written yet.
Please login to write comment.