Color spaces of #ccadfa
RGB | 204 | 173 | 250 |
---|---|---|---|
HSL | 0.73 | 0.89 | 0.83 |
HSV | 264° | 31° | 98° |
CMYK | 0.18 | 0.31 | 0.00 0.02 |
XYZ | 57.1007 | 49.6266 | 97.0118 |
Yxy | 49.6266 | 0.2803 | 0.2436 |
Hunter Lab | 70.4461 | 21.4039 | -32.3363 |
CIE-Lab | 75.8395 | 26.0351 | -34.1061 |
#ccadfa color RGB value is (204,173,250).
#ccadfa hex color red value is 204, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccadfa hue: 0.73 , saturation: 0.89 and the lightness value of ccadfa is 0.83.
The process color (four color CMYK) of #ccadfa color hex is 0.18, 0.31, 0.00, 0.02. Web safe color of #ccadfa is #cc99ff. Color #ccadfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101101 | 11111010 |
Octal | 314 | 255 | 372 |
Decimal | 204 | 173 | 250 |
Hex | CC | AD | FA |
Shades of #ccadfa
Tints of #ccadfa
RGB Percentages of Color #ccadfa
CMYK Percentages of Color #ccadfa
Complementary Color
#ccadfa | #dbfaad |
#ccadfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccadfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccadfa Color CSS Codes
.mybgcolor {background-color:#ccadfa; } .myforecolor {color:#ccadfa; } .mybordercolor {border:3px solid #ccadfa; }
#ccadfa Text Font Color
<p style="color:#ccadfa">Text here</p>
This sample text font color is #ccadfa
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.
#ccadfa Background Color
<div style="background-color:#ccadfa">
Div content here</div>
This div background color is #ccadfa
#ccadfa Border Color
<div style="border:3px solid #ccadfa">
Div here</div>
This div border color is #ccadfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,173,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccadfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccadfa; -webkit-box-shadow: 1px 1px 3px 2px #ccadfa; box-shadow: 1px 1px 3px 2px #ccadfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,173,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccadfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccadfa; -webkit-box-shadow: 1px 1px 3px 2px #ccadfa; box-shadow: 1px 1px 3px 2px #ccadfa;">
Div content here</div>
This div box has shadow with color #ccadfa
Comments
No comments written yet.
Please login to write comment.