Color spaces of #ccaadf
RGB | 204 | 170 | 223 |
---|---|---|---|
HSL | 0.77 | 0.45 | 0.77 |
HSV | 278° | 24° | 87° |
CMYK | 0.09 | 0.24 | 0.00 0.13 |
XYZ | 52.5958 | 46.9145 | 76.0953 |
Yxy | 46.9145 | 0.2995 | 0.2672 |
Hunter Lab | 68.4942 | 17.2031 | -17.9238 |
CIE-Lab | 74.1350 | 21.9816 | -22.0801 |
#ccaadf color RGB value is (204,170,223).
#ccaadf hex color red value is 204, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccaadf hue: 0.77 , saturation: 0.45 and the lightness value of ccaadf is 0.77.
The process color (four color CMYK) of #ccaadf color hex is 0.09, 0.24, 0.00, 0.13. Web safe color of #ccaadf is #cc99cc. Color #ccaadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101010 | 11011111 |
Octal | 314 | 252 | 337 |
Decimal | 204 | 170 | 223 |
Hex | CC | AA | DF |
Shades of #ccaadf
Tints of #ccaadf
RGB Percentages of Color #ccaadf
CMYK Percentages of Color #ccaadf
Complementary Color
#ccaadf | #bddfaa |
#ccaadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaadf Color CSS Codes
.mybgcolor {background-color:#ccaadf; } .myforecolor {color:#ccaadf; } .mybordercolor {border:3px solid #ccaadf; }
#ccaadf Text Font Color
<p style="color:#ccaadf">Text here</p>
This sample text font color is #ccaadf
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.
#ccaadf Background Color
<div style="background-color:#ccaadf">
Div content here</div>
This div background color is #ccaadf
#ccaadf Border Color
<div style="border:3px solid #ccaadf">
Div here</div>
This div border color is #ccaadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,170,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaadf; -webkit-box-shadow: 1px 1px 3px 2px #ccaadf; box-shadow: 1px 1px 3px 2px #ccaadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,170,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaadf; -webkit-box-shadow: 1px 1px 3px 2px #ccaadf; box-shadow: 1px 1px 3px 2px #ccaadf;">
Div content here</div>
This div box has shadow with color #ccaadf
Comments
No comments written yet.
Please login to write comment.