Color spaces of #cfadde
RGB | 207 | 173 | 222 |
---|---|---|---|
HSL | 0.78 | 0.43 | 0.77 |
HSV | 282° | 22° | 87° |
CMYK | 0.07 | 0.22 | 0.00 0.13 |
XYZ | 53.8605 | 48.4265 | 75.6157 |
Yxy | 48.4265 | 0.3028 | 0.2722 |
Hunter Lab | 69.5892 | 16.3741 | -15.7122 |
CIE-Lab | 75.0931 | 21.1160 | -20.0546 |
#cfadde color RGB value is (207,173,222).
#cfadde hex color red value is 207, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cfadde hue: 0.78 , saturation: 0.43 and the lightness value of cfadde is 0.77.
The process color (four color CMYK) of #cfadde color hex is 0.07, 0.22, 0.00, 0.13. Web safe color of #cfadde is #cc99cc. Color #cfadde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101101 | 11011110 |
Octal | 317 | 255 | 336 |
Decimal | 207 | 173 | 222 |
Hex | CF | AD | DE |
Shades of #cfadde
Tints of #cfadde
RGB Percentages of Color #cfadde
CMYK Percentages of Color #cfadde
Complementary Color
#cfadde | #bcdead |
#cfadde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfadde Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfadde Color CSS Codes
.mybgcolor {background-color:#cfadde; } .myforecolor {color:#cfadde; } .mybordercolor {border:3px solid #cfadde; }
#cfadde Text Font Color
<p style="color:#cfadde">Text here</p>
This sample text font color is #cfadde
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.
#cfadde Background Color
<div style="background-color:#cfadde">
Div content here</div>
This div background color is #cfadde
#cfadde Border Color
<div style="border:3px solid #cfadde">
Div here</div>
This div border color is #cfadde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,173,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfadde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfadde; -webkit-box-shadow: 1px 1px 3px 2px #cfadde; box-shadow: 1px 1px 3px 2px #cfadde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,173,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfadde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfadde; -webkit-box-shadow: 1px 1px 3px 2px #cfadde; box-shadow: 1px 1px 3px 2px #cfadde;">
Div content here</div>
This div box has shadow with color #cfadde
Comments
No comments written yet.
Please login to write comment.