Color spaces of #cdaaf0
RGB | 205 | 170 | 240 |
---|---|---|---|
HSL | 0.75 | 0.70 | 0.80 |
HSV | 270° | 29° | 94° |
CMYK | 0.15 | 0.29 | 0.00 0.06 |
XYZ | 55.2797 | 48.0199 | 88.7933 |
Yxy | 48.0199 | 0.2878 | 0.2500 |
Hunter Lab | 69.2964 | 21.1258 | -27.4641 |
CIE-Lab | 74.8375 | 25.8207 | -30.2381 |
#cdaaf0 color RGB value is (205,170,240).
#cdaaf0 hex color red value is 205, green value is 170 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #cdaaf0 hue: 0.75 , saturation: 0.70 and the lightness value of cdaaf0 is 0.80.
The process color (four color CMYK) of #cdaaf0 color hex is 0.15, 0.29, 0.00, 0.06. Web safe color of #cdaaf0 is #cc99ff. Color #cdaaf0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101010 | 11110000 |
Octal | 315 | 252 | 360 |
Decimal | 205 | 170 | 240 |
Hex | CD | AA | F0 |
Shades of #cdaaf0
Tints of #cdaaf0
RGB Percentages of Color #cdaaf0
CMYK Percentages of Color #cdaaf0
Complementary Color
#cdaaf0 | #cdf0aa |
#cdaaf0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaaf0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaaf0 Color CSS Codes
.mybgcolor {background-color:#cdaaf0; } .myforecolor {color:#cdaaf0; } .mybordercolor {border:3px solid #cdaaf0; }
#cdaaf0 Text Font Color
<p style="color:#cdaaf0">Text here</p>
This sample text font color is #cdaaf0
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.
#cdaaf0 Background Color
<div style="background-color:#cdaaf0">
Div content here</div>
This div background color is #cdaaf0
#cdaaf0 Border Color
<div style="border:3px solid #cdaaf0">
Div here</div>
This div border color is #cdaaf0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,170,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaaf0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaaf0; -webkit-box-shadow: 1px 1px 3px 2px #cdaaf0; box-shadow: 1px 1px 3px 2px #cdaaf0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,170,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdaaf0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaaf0; -webkit-box-shadow: 1px 1px 3px 2px #cdaaf0; box-shadow: 1px 1px 3px 2px #cdaaf0;">
Div content here</div>
This div box has shadow with color #cdaaf0
Comments
No comments written yet.
Please login to write comment.