Color spaces of #cdabff
RGB | 205 | 171 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.84 |
HSV | 264° | 33° | 100° |
CMYK | 0.20 | 0.33 | 0.00 0.00 |
XYZ | 57.7897 | 49.3250 | 101.0826 |
Yxy | 49.3250 | 0.2776 | 0.2369 |
Hunter Lab | 70.2318 | 23.9719 | -36.1722 |
CIE-Lab | 75.6531 | 28.5288 | -37.0826 |
#cdabff color RGB value is (205,171,255).
#cdabff hex color red value is 205, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cdabff hue: 0.73 , saturation: 1.00 and the lightness value of cdabff is 0.84.
The process color (four color CMYK) of #cdabff color hex is 0.20, 0.33, 0.00, 0.00. Web safe color of #cdabff is #cc99ff. Color #cdabff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101011 | 11111111 |
Octal | 315 | 253 | 377 |
Decimal | 205 | 171 | 255 |
Hex | CD | AB | FF |
Shades of #cdabff
Tints of #cdabff
RGB Percentages of Color #cdabff
CMYK Percentages of Color #cdabff
Complementary Color
#cdabff | #ddffab |
#cdabff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdabff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdabff Color CSS Codes
.mybgcolor {background-color:#cdabff; } .myforecolor {color:#cdabff; } .mybordercolor {border:3px solid #cdabff; }
#cdabff Text Font Color
<p style="color:#cdabff">Text here</p>
This sample text font color is #cdabff
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.
#cdabff Background Color
<div style="background-color:#cdabff">
Div content here</div>
This div background color is #cdabff
#cdabff Border Color
<div style="border:3px solid #cdabff">
Div here</div>
This div border color is #cdabff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdabff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdabff; -webkit-box-shadow: 1px 1px 3px 2px #cdabff; box-shadow: 1px 1px 3px 2px #cdabff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdabff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdabff; -webkit-box-shadow: 1px 1px 3px 2px #cdabff; box-shadow: 1px 1px 3px 2px #cdabff;">
Div content here</div>
This div box has shadow with color #cdabff
Comments
No comments written yet.
Please login to write comment.