Color spaces of #dafa70
RGB | 218 | 250 | 112 |
---|---|---|---|
HSL | 0.21 | 0.93 | 0.71 |
HSV | 74° | 55° | 98° |
CMYK | 0.13 | 0.00 | 0.55 0.02 |
XYZ | 66.0237 | 84.4465 | 28.1492 |
Yxy | 84.4465 | 0.3696 | 0.4728 |
Hunter Lab | 91.8948 | -32.5688 | 46.1646 |
CIE-Lab | 93.6441 | -29.7873 | 61.6330 |
#dafa70 color RGB value is (218,250,112).
#dafa70 hex color red value is 218, green value is 250 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dafa70 hue: 0.21 , saturation: 0.93 and the lightness value of dafa70 is 0.71.
The process color (four color CMYK) of #dafa70 color hex is 0.13, 0.00, 0.55, 0.02. Web safe color of #dafa70 is #ccff66. Color #dafa70 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11111010 | 01110000 |
Octal | 332 | 372 | 160 |
Decimal | 218 | 250 | 112 |
Hex | DA | FA | 70 |
Shades of #dafa70
Tints of #dafa70
RGB Percentages of Color #dafa70
CMYK Percentages of Color #dafa70
Complementary Color
#dafa70 | #9070fa |
#dafa70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dafa70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dafa70 Color CSS Codes
.mybgcolor {background-color:#dafa70; } .myforecolor {color:#dafa70; } .mybordercolor {border:3px solid #dafa70; }
#dafa70 Text Font Color
<p style="color:#dafa70">Text here</p>
This sample text font color is #dafa70
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.
#dafa70 Background Color
<div style="background-color:#dafa70">
Div content here</div>
This div background color is #dafa70
#dafa70 Border Color
<div style="border:3px solid #dafa70">
Div here</div>
This div border color is #dafa70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,250,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dafa70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dafa70; -webkit-box-shadow: 1px 1px 3px 2px #dafa70; box-shadow: 1px 1px 3px 2px #dafa70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,250,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dafa70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dafa70; -webkit-box-shadow: 1px 1px 3px 2px #dafa70; box-shadow: 1px 1px 3px 2px #dafa70;">
Div content here</div>
This div box has shadow with color #dafa70
Comments
No comments written yet.
Please login to write comment.