Color spaces of #daface
RGB | 218 | 250 | 206 |
---|---|---|---|
HSL | 0.29 | 0.81 | 0.89 |
HSV | 104° | 18° | 98° |
CMYK | 0.13 | 0.00 | 0.18 0.02 |
XYZ | 74.2396 | 87.7329 | 71.4138 |
Yxy | 87.7329 | 0.3181 | 0.3759 |
Hunter Lab | 93.6658 | -22.4360 | 20.3615 |
CIE-Lab | 95.0484 | -18.1856 | 17.6943 |
#daface color RGB value is (218,250,206).
#daface hex color red value is 218, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daface hue: 0.29 , saturation: 0.81 and the lightness value of daface is 0.89.
The process color (four color CMYK) of #daface color hex is 0.13, 0.00, 0.18, 0.02. Web safe color of #daface is #ccffcc. Color #daface contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111010 | 11001110 |
Octal | 332 | 372 | 316 |
Decimal | 218 | 250 | 206 |
Hex | DA | FA | CE |
Shades of #daface
Tints of #daface
RGB Percentages of Color #daface
CMYK Percentages of Color #daface
Complementary Color
#daface | #eecefa |
#daface Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daface Color Preview on White Background
Lorem ipsum dolor sit amet.
#daface Color CSS Codes
.mybgcolor {background-color:#daface; } .myforecolor {color:#daface; } .mybordercolor {border:3px solid #daface; }
#daface Text Font Color
<p style="color:#daface">Text here</p>
This sample text font color is #daface
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.
#daface Background Color
<div style="background-color:#daface">
Div content here</div>
This div background color is #daface
#daface Border Color
<div style="border:3px solid #daface">
Div here</div>
This div border color is #daface
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,250,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daface; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daface; -webkit-box-shadow: 1px 1px 3px 2px #daface; box-shadow: 1px 1px 3px 2px #daface; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,250,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daface">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daface; -webkit-box-shadow: 1px 1px 3px 2px #daface; box-shadow: 1px 1px 3px 2px #daface;">
Div content here</div>
This div box has shadow with color #daface
Comments
No comments written yet.
Please login to write comment.