Color spaces of #dafbe5
RGB | 218 | 251 | 229 |
---|---|---|---|
HSL | 0.39 | 0.80 | 0.92 |
HSV | 140° | 13° | 98° |
CMYK | 0.13 | 0.00 | 0.09 0.02 |
XYZ | 77.5535 | 89.5569 | 87.3275 |
Yxy | 89.5569 | 0.3048 | 0.3520 |
Hunter Lab | 94.6345 | -19.3287 | 11.5321 |
CIE-Lab | 95.8127 | -14.7280 | 6.9600 |
#dafbe5 color RGB value is (218,251,229).
#dafbe5 hex color red value is 218, green value is 251 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dafbe5 hue: 0.39 , saturation: 0.80 and the lightness value of dafbe5 is 0.92.
The process color (four color CMYK) of #dafbe5 color hex is 0.13, 0.00, 0.09, 0.02. Web safe color of #dafbe5 is #ccffcc. Color #dafbe5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111011 | 11100101 |
Octal | 332 | 373 | 345 |
Decimal | 218 | 251 | 229 |
Hex | DA | FB | E5 |
Shades of #dafbe5
Tints of #dafbe5
RGB Percentages of Color #dafbe5
CMYK Percentages of Color #dafbe5
Complementary Color
#dafbe5 | #fbdaf0 |
#dafbe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafbe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafbe5 Color CSS Codes
.mybgcolor {background-color:#dafbe5; } .myforecolor {color:#dafbe5; } .mybordercolor {border:3px solid #dafbe5; }
#dafbe5 Text Font Color
<p style="color:#dafbe5">Text here</p>
This sample text font color is #dafbe5
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.
#dafbe5 Background Color
<div style="background-color:#dafbe5">
Div content here</div>
This div background color is #dafbe5
#dafbe5 Border Color
<div style="border:3px solid #dafbe5">
Div here</div>
This div border color is #dafbe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,251,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafbe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafbe5; -webkit-box-shadow: 1px 1px 3px 2px #dafbe5; box-shadow: 1px 1px 3px 2px #dafbe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,251,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafbe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafbe5; -webkit-box-shadow: 1px 1px 3px 2px #dafbe5; box-shadow: 1px 1px 3px 2px #dafbe5;">
Div content here</div>
This div box has shadow with color #dafbe5
Comments
No comments written yet.
Please login to write comment.