Color spaces of #daf175
RGB | 218 | 241 | 117 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.70 |
HSV | 71° | 51° | 95° |
CMYK | 0.10 | 0.00 | 0.51 0.05 |
XYZ | 63.5796 | 79.1004 | 28.7465 |
Yxy | 79.1004 | 0.3709 | 0.4614 |
Hunter Lab | 88.9384 | -28.0375 | 43.0933 |
CIE-Lab | 91.2797 | -25.1290 | 56.6616 |
#daf175 color RGB value is (218,241,117).
#daf175 hex color red value is 218, green value is 241 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #daf175 hue: 0.20 , saturation: 0.82 and the lightness value of daf175 is 0.70.
The process color (four color CMYK) of #daf175 color hex is 0.10, 0.00, 0.51, 0.05. Web safe color of #daf175 is #ccff66. Color #daf175 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11110001 | 01110101 |
Octal | 332 | 361 | 165 |
Decimal | 218 | 241 | 117 |
Hex | DA | F1 | 75 |
Shades of #daf175
Tints of #daf175
RGB Percentages of Color #daf175
CMYK Percentages of Color #daf175
Complementary Color
#daf175 | #8c75f1 |
#daf175 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daf175 Color Preview on White Background
Lorem ipsum dolor sit amet.
#daf175 Color CSS Codes
.mybgcolor {background-color:#daf175; } .myforecolor {color:#daf175; } .mybordercolor {border:3px solid #daf175; }
#daf175 Text Font Color
<p style="color:#daf175">Text here</p>
This sample text font color is #daf175
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.
#daf175 Background Color
<div style="background-color:#daf175">
Div content here</div>
This div background color is #daf175
#daf175 Border Color
<div style="border:3px solid #daf175">
Div here</div>
This div border color is #daf175
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,241,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daf175; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daf175; -webkit-box-shadow: 1px 1px 3px 2px #daf175; box-shadow: 1px 1px 3px 2px #daf175; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,241,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daf175">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daf175; -webkit-box-shadow: 1px 1px 3px 2px #daf175; box-shadow: 1px 1px 3px 2px #daf175;">
Div content here</div>
This div box has shadow with color #daf175
Comments
No comments written yet.
Please login to write comment.