Color spaces of #daf2da
RGB | 218 | 242 | 218 |
---|---|---|---|
HSL | 0.33 | 0.48 | 0.90 |
HSV | 120° | 10° | 95° |
CMYK | 0.10 | 0.00 | 0.10 0.05 |
XYZ | 73.3205 | 83.4716 | 78.5769 |
Yxy | 83.4716 | 0.3115 | 0.3546 |
Hunter Lab | 91.3628 | -16.6350 | 12.9614 |
CIE-Lab | 93.2205 | -12.2151 | 8.9171 |
#daf2da color RGB value is (218,242,218).
#daf2da hex color red value is 218, green value is 242 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #daf2da hue: 0.33 , saturation: 0.48 and the lightness value of daf2da is 0.90.
The process color (four color CMYK) of #daf2da color hex is 0.10, 0.00, 0.10, 0.05. Web safe color of #daf2da is #ccffcc. Color #daf2da contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110010 | 11011010 |
Octal | 332 | 362 | 332 |
Decimal | 218 | 242 | 218 |
Hex | DA | F2 | DA |
Shades of #daf2da
Tints of #daf2da
RGB Percentages of Color #daf2da
CMYK Percentages of Color #daf2da
Complementary Color
#daf2da | #f2daf2 |
#daf2da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf2da Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf2da Color CSS Codes
.mybgcolor {background-color:#daf2da; } .myforecolor {color:#daf2da; } .mybordercolor {border:3px solid #daf2da; }
#daf2da Text Font Color
<p style="color:#daf2da">Text here</p>
This sample text font color is #daf2da
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.
#daf2da Background Color
<div style="background-color:#daf2da">
Div content here</div>
This div background color is #daf2da
#daf2da Border Color
<div style="border:3px solid #daf2da">
Div here</div>
This div border color is #daf2da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,242,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf2da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf2da; -webkit-box-shadow: 1px 1px 3px 2px #daf2da; box-shadow: 1px 1px 3px 2px #daf2da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,242,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf2da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf2da; -webkit-box-shadow: 1px 1px 3px 2px #daf2da; box-shadow: 1px 1px 3px 2px #daf2da;">
Div content here</div>
This div box has shadow with color #daf2da
#daf2da Color Palettes
Comments
No comments written yet.
Please login to write comment.