Color spaces of #dafec1
RGB | 218 | 254 | 193 |
---|---|---|---|
HSL | 0.27 | 0.97 | 0.88 |
HSV | 95° | 24° | 100° |
CMYK | 0.14 | 0.00 | 0.24 0.00 |
XYZ | 73.9809 | 89.6393 | 63.8550 |
Yxy | 89.6393 | 0.3252 | 0.3941 |
Hunter Lab | 94.6780 | -26.2076 | 26.2869 |
CIE-Lab | 95.8469 | -22.1633 | 25.4321 |
#dafec1 color RGB value is (218,254,193).
#dafec1 hex color red value is 218, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dafec1 hue: 0.27 , saturation: 0.97 and the lightness value of dafec1 is 0.88.
The process color (four color CMYK) of #dafec1 color hex is 0.14, 0.00, 0.24, 0.00. Web safe color of #dafec1 is #ccffcc. Color #dafec1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111110 | 11000001 |
Octal | 332 | 376 | 301 |
Decimal | 218 | 254 | 193 |
Hex | DA | FE | C1 |
Shades of #dafec1
Tints of #dafec1
RGB Percentages of Color #dafec1
CMYK Percentages of Color #dafec1
Complementary Color
#dafec1 | #e5c1fe |
#dafec1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafec1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafec1 Color CSS Codes
.mybgcolor {background-color:#dafec1; } .myforecolor {color:#dafec1; } .mybordercolor {border:3px solid #dafec1; }
#dafec1 Text Font Color
<p style="color:#dafec1">Text here</p>
This sample text font color is #dafec1
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.
#dafec1 Background Color
<div style="background-color:#dafec1">
Div content here</div>
This div background color is #dafec1
#dafec1 Border Color
<div style="border:3px solid #dafec1">
Div here</div>
This div border color is #dafec1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,254,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafec1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafec1; -webkit-box-shadow: 1px 1px 3px 2px #dafec1; box-shadow: 1px 1px 3px 2px #dafec1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,254,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafec1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafec1; -webkit-box-shadow: 1px 1px 3px 2px #dafec1; box-shadow: 1px 1px 3px 2px #dafec1;">
Div content here</div>
This div box has shadow with color #dafec1
Comments
No comments written yet.
Please login to write comment.