Color spaces of #d9f942
RGB | 217 | 249 | 66 |
---|---|---|---|
HSL | 0.20 | 0.94 | 0.62 |
HSV | 70° | 73° | 98° |
CMYK | 0.13 | 0.00 | 0.73 0.02 |
XYZ | 63.4743 | 82.8964 | 17.8094 |
Yxy | 82.8964 | 0.3866 | 0.5049 |
Hunter Lab | 91.0475 | -34.8907 | 52.1358 |
CIE-Lab | 92.9691 | -32.6522 | 78.5006 |
#d9f942 color RGB value is (217,249,66).
#d9f942 hex color red value is 217, green value is 249 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d9f942 hue: 0.20 , saturation: 0.94 and the lightness value of d9f942 is 0.62.
The process color (four color CMYK) of #d9f942 color hex is 0.13, 0.00, 0.73, 0.02. Web safe color of #d9f942 is #ccff33. Color #d9f942 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11111001 | 01000010 |
Octal | 331 | 371 | 102 |
Decimal | 217 | 249 | 66 |
Hex | D9 | F9 | 42 |
Shades of #d9f942
Tints of #d9f942
RGB Percentages of Color #d9f942
CMYK Percentages of Color #d9f942
Complementary Color
#d9f942 | #6242f9 |
#d9f942 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d9f942 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d9f942 Color CSS Codes
.mybgcolor {background-color:#d9f942; } .myforecolor {color:#d9f942; } .mybordercolor {border:3px solid #d9f942; }
#d9f942 Text Font Color
<p style="color:#d9f942">Text here</p>
This sample text font color is #d9f942
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.
#d9f942 Background Color
<div style="background-color:#d9f942">
Div content here</div>
This div background color is #d9f942
#d9f942 Border Color
<div style="border:3px solid #d9f942">
Div here</div>
This div border color is #d9f942
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,249,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9f942; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d9f942; -webkit-box-shadow: 1px 1px 3px 2px #d9f942; box-shadow: 1px 1px 3px 2px #d9f942; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,249,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d9f942">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d9f942; -webkit-box-shadow: 1px 1px 3px 2px #d9f942; box-shadow: 1px 1px 3px 2px #d9f942;">
Div content here</div>
This div box has shadow with color #d9f942
Comments
No comments written yet.
Please login to write comment.