Color spaces of #daefb8
RGB | 218 | 239 | 184 |
---|---|---|---|
HSL | 0.23 | 0.63 | 0.83 |
HSV | 83° | 23° | 94° |
CMYK | 0.09 | 0.00 | 0.23 0.06 |
XYZ | 68.4317 | 80.0991 | 57.2013 |
Yxy | 80.0991 | 0.3326 | 0.3893 |
Hunter Lab | 89.4981 | -20.1377 | 24.7544 |
CIE-Lab | 91.7293 | -16.2147 | 24.3618 |
#daefb8 color RGB value is (218,239,184).
#daefb8 hex color red value is 218, green value is 239 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #daefb8 hue: 0.23 , saturation: 0.63 and the lightness value of daefb8 is 0.83.
The process color (four color CMYK) of #daefb8 color hex is 0.09, 0.00, 0.23, 0.06. Web safe color of #daefb8 is #ccffcc. Color #daefb8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101111 | 10111000 |
Octal | 332 | 357 | 270 |
Decimal | 218 | 239 | 184 |
Hex | DA | EF | B8 |
Shades of #daefb8
Tints of #daefb8
RGB Percentages of Color #daefb8
CMYK Percentages of Color #daefb8
Complementary Color
#daefb8 | #cdb8ef |
#daefb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daefb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daefb8 Color CSS Codes
.mybgcolor {background-color:#daefb8; } .myforecolor {color:#daefb8; } .mybordercolor {border:3px solid #daefb8; }
#daefb8 Text Font Color
<p style="color:#daefb8">Text here</p>
This sample text font color is #daefb8
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.
#daefb8 Background Color
<div style="background-color:#daefb8">
Div content here</div>
This div background color is #daefb8
#daefb8 Border Color
<div style="border:3px solid #daefb8">
Div here</div>
This div border color is #daefb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,239,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daefb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daefb8; -webkit-box-shadow: 1px 1px 3px 2px #daefb8; box-shadow: 1px 1px 3px 2px #daefb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,239,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daefb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daefb8; -webkit-box-shadow: 1px 1px 3px 2px #daefb8; box-shadow: 1px 1px 3px 2px #daefb8;">
Div content here</div>
This div box has shadow with color #daefb8
Comments
No comments written yet.
Please login to write comment.