Color spaces of #dafa89
RGB | 218 | 250 | 137 |
---|---|---|---|
HSL | 0.21 | 0.92 | 0.76 |
HSV | 77° | 45° | 98° |
CMYK | 0.13 | 0.00 | 0.45 0.02 |
XYZ | 67.6144 | 85.0828 | 36.5259 |
Yxy | 85.0828 | 0.3573 | 0.4496 |
Hunter Lab | 92.2403 | -30.5758 | 41.0902 |
CIE-Lab | 93.9188 | -27.4433 | 50.5486 |
#dafa89 color RGB value is (218,250,137).
#dafa89 hex color red value is 218, green value is 250 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dafa89 hue: 0.21 , saturation: 0.92 and the lightness value of dafa89 is 0.76.
The process color (four color CMYK) of #dafa89 color hex is 0.13, 0.00, 0.45, 0.02. Web safe color of #dafa89 is #ccff99. Color #dafa89 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111010 | 10001001 |
Octal | 332 | 372 | 211 |
Decimal | 218 | 250 | 137 |
Hex | DA | FA | 89 |
Shades of #dafa89
Tints of #dafa89
RGB Percentages of Color #dafa89
CMYK Percentages of Color #dafa89
Complementary Color
#dafa89 | #a989fa |
#dafa89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafa89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafa89 Color CSS Codes
.mybgcolor {background-color:#dafa89; } .myforecolor {color:#dafa89; } .mybordercolor {border:3px solid #dafa89; }
#dafa89 Text Font Color
<p style="color:#dafa89">Text here</p>
This sample text font color is #dafa89
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.
#dafa89 Background Color
<div style="background-color:#dafa89">
Div content here</div>
This div background color is #dafa89
#dafa89 Border Color
<div style="border:3px solid #dafa89">
Div here</div>
This div border color is #dafa89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,250,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafa89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafa89; -webkit-box-shadow: 1px 1px 3px 2px #dafa89; box-shadow: 1px 1px 3px 2px #dafa89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,250,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafa89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafa89; -webkit-box-shadow: 1px 1px 3px 2px #dafa89; box-shadow: 1px 1px 3px 2px #dafa89;">
Div content here</div>
This div box has shadow with color #dafa89
Comments
No comments written yet.
Please login to write comment.