Color spaces of #cfade0
RGB | 207 | 173 | 224 |
---|---|---|---|
HSL | 0.78 | 0.45 | 0.78 |
HSV | 280° | 23° | 88° |
CMYK | 0.08 | 0.23 | 0.00 0.12 |
XYZ | 54.1302 | 48.5344 | 77.0361 |
Yxy | 48.5344 | 0.3012 | 0.2701 |
Hunter Lab | 69.6666 | 16.7759 | -16.7952 |
CIE-Lab | 75.1607 | 21.5141 | -21.0401 |
#cfade0 color RGB value is (207,173,224).
#cfade0 hex color red value is 207, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cfade0 hue: 0.78 , saturation: 0.45 and the lightness value of cfade0 is 0.78.
The process color (four color CMYK) of #cfade0 color hex is 0.08, 0.23, 0.00, 0.12. Web safe color of #cfade0 is #cc99cc. Color #cfade0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101101 | 11100000 |
Octal | 317 | 255 | 340 |
Decimal | 207 | 173 | 224 |
Hex | CF | AD | E0 |
Shades of #cfade0
Tints of #cfade0
RGB Percentages of Color #cfade0
CMYK Percentages of Color #cfade0
Complementary Color
#cfade0 | #bee0ad |
#cfade0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfade0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfade0 Color CSS Codes
.mybgcolor {background-color:#cfade0; } .myforecolor {color:#cfade0; } .mybordercolor {border:3px solid #cfade0; }
#cfade0 Text Font Color
<p style="color:#cfade0">Text here</p>
This sample text font color is #cfade0
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.
#cfade0 Background Color
<div style="background-color:#cfade0">
Div content here</div>
This div background color is #cfade0
#cfade0 Border Color
<div style="border:3px solid #cfade0">
Div here</div>
This div border color is #cfade0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,173,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfade0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfade0; -webkit-box-shadow: 1px 1px 3px 2px #cfade0; box-shadow: 1px 1px 3px 2px #cfade0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,173,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfade0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfade0; -webkit-box-shadow: 1px 1px 3px 2px #cfade0; box-shadow: 1px 1px 3px 2px #cfade0;">
Div content here</div>
This div box has shadow with color #cfade0
Comments
No comments written yet.
Please login to write comment.