Color spaces of #cdaaf3
RGB | 205 | 170 | 243 |
---|---|---|---|
HSL | 0.75 | 0.75 | 0.81 |
HSV | 269° | 30° | 95° |
CMYK | 0.16 | 0.30 | 0.00 0.05 |
XYZ | 55.7292 | 48.1997 | 91.1602 |
Yxy | 48.1997 | 0.2857 | 0.2471 |
Hunter Lab | 69.4260 | 21.7889 | -29.2529 |
CIE-Lab | 74.9507 | 26.4608 | -31.6886 |
#cdaaf3 color RGB value is (205,170,243).
#cdaaf3 hex color red value is 205, green value is 170 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #cdaaf3 hue: 0.75 , saturation: 0.75 and the lightness value of cdaaf3 is 0.81.
The process color (four color CMYK) of #cdaaf3 color hex is 0.16, 0.30, 0.00, 0.05. Web safe color of #cdaaf3 is #cc99ff. Color #cdaaf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101010 | 11110011 |
Octal | 315 | 252 | 363 |
Decimal | 205 | 170 | 243 |
Hex | CD | AA | F3 |
Shades of #cdaaf3
Tints of #cdaaf3
RGB Percentages of Color #cdaaf3
CMYK Percentages of Color #cdaaf3
Complementary Color
#cdaaf3 | #d0f3aa |
#cdaaf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaaf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaaf3 Color CSS Codes
.mybgcolor {background-color:#cdaaf3; } .myforecolor {color:#cdaaf3; } .mybordercolor {border:3px solid #cdaaf3; }
#cdaaf3 Text Font Color
<p style="color:#cdaaf3">Text here</p>
This sample text font color is #cdaaf3
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.
#cdaaf3 Background Color
<div style="background-color:#cdaaf3">
Div content here</div>
This div background color is #cdaaf3
#cdaaf3 Border Color
<div style="border:3px solid #cdaaf3">
Div here</div>
This div border color is #cdaaf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,170,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaaf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaaf3; -webkit-box-shadow: 1px 1px 3px 2px #cdaaf3; box-shadow: 1px 1px 3px 2px #cdaaf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,170,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdaaf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaaf3; -webkit-box-shadow: 1px 1px 3px 2px #cdaaf3; box-shadow: 1px 1px 3px 2px #cdaaf3;">
Div content here</div>
This div box has shadow with color #cdaaf3
Comments
No comments written yet.
Please login to write comment.