Color spaces of #dafceb
RGB | 218 | 252 | 235 |
---|---|---|---|
HSL | 0.42 | 0.85 | 0.92 |
HSV | 150° | 13° | 99° |
CMYK | 0.13 | 0.00 | 0.07 0.01 |
XYZ | 78.7192 | 90.5244 | 91.9213 |
Yxy | 90.5244 | 0.3014 | 0.3466 |
Hunter Lab | 95.1443 | -18.8177 | 9.3195 |
CIE-Lab | 96.2139 | -14.1280 | 4.4489 |
#dafceb color RGB value is (218,252,235).
#dafceb hex color red value is 218, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dafceb hue: 0.42 , saturation: 0.85 and the lightness value of dafceb is 0.92.
The process color (four color CMYK) of #dafceb color hex is 0.13, 0.00, 0.07, 0.01. Web safe color of #dafceb is #ccffff. Color #dafceb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111100 | 11101011 |
Octal | 332 | 374 | 353 |
Decimal | 218 | 252 | 235 |
Hex | DA | FC | EB |
Shades of #dafceb
Tints of #dafceb
RGB Percentages of Color #dafceb
CMYK Percentages of Color #dafceb
Complementary Color
#dafceb | #fcdaeb |
#dafceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafceb Color CSS Codes
.mybgcolor {background-color:#dafceb; } .myforecolor {color:#dafceb; } .mybordercolor {border:3px solid #dafceb; }
#dafceb Text Font Color
<p style="color:#dafceb">Text here</p>
This sample text font color is #dafceb
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.
#dafceb Background Color
<div style="background-color:#dafceb">
Div content here</div>
This div background color is #dafceb
#dafceb Border Color
<div style="border:3px solid #dafceb">
Div here</div>
This div border color is #dafceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,252,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafceb; -webkit-box-shadow: 1px 1px 3px 2px #dafceb; box-shadow: 1px 1px 3px 2px #dafceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,252,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafceb; -webkit-box-shadow: 1px 1px 3px 2px #dafceb; box-shadow: 1px 1px 3px 2px #dafceb;">
Div content here</div>
This div box has shadow with color #dafceb
Comments
No comments written yet.
Please login to write comment.