Color spaces of #decafe
RGB | 222 | 202 | 254 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.89 |
HSV | 263° | 20° | 100° |
CMYK | 0.13 | 0.20 | 0.00 0.00 |
XYZ | 69.1341 | 64.9264 | 102.6542 |
Yxy | 64.9264 | 0.2921 | 0.2743 |
Hunter Lab | 80.5769 | 12.1414 | -19.1310 |
CIE-Lab | 84.4458 | 16.7078 | -22.9287 |
#decafe color RGB value is (222,202,254).
#decafe hex color red value is 222, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #decafe hue: 0.73 , saturation: 0.96 and the lightness value of decafe is 0.89.
The process color (four color CMYK) of #decafe color hex is 0.13, 0.20, 0.00, 0.00. Web safe color of #decafe is #ccccff. Color #decafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001010 | 11111110 |
Octal | 336 | 312 | 376 |
Decimal | 222 | 202 | 254 |
Hex | DE | CA | FE |
Shades of #decafe
Tints of #decafe
RGB Percentages of Color #decafe
CMYK Percentages of Color #decafe
Complementary Color
#decafe | #eafeca |
#decafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#decafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#decafe Color CSS Codes
.mybgcolor {background-color:#decafe; } .myforecolor {color:#decafe; } .mybordercolor {border:3px solid #decafe; }
#decafe Text Font Color
<p style="color:#decafe">Text here</p>
This sample text font color is #decafe
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.
#decafe Background Color
<div style="background-color:#decafe">
Div content here</div>
This div background color is #decafe
#decafe Border Color
<div style="border:3px solid #decafe">
Div here</div>
This div border color is #decafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,202,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #decafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #decafe; -webkit-box-shadow: 1px 1px 3px 2px #decafe; box-shadow: 1px 1px 3px 2px #decafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,202,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #decafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #decafe; -webkit-box-shadow: 1px 1px 3px 2px #decafe; box-shadow: 1px 1px 3px 2px #decafe;">
Div content here</div>
This div box has shadow with color #decafe
Comments
this is how I like my coffee
with an e at the end?