Color spaces of #dae242
RGB | 218 | 226 | 66 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.57 |
HSV | 63° | 71° | 89° |
CMYK | 0.04 | 0.00 | 0.71 0.11 |
XYZ | 57.0932 | 69.6915 | 15.5969 |
Yxy | 69.6915 | 0.4010 | 0.4895 |
Hunter Lab | 83.4814 | -24.0158 | 47.3598 |
CIE-Lab | 86.8453 | -21.4224 | 72.6735 |
#dae242 color RGB value is (218,226,66).
#dae242 hex color red value is 218, green value is 226 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dae242 hue: 0.18 , saturation: 0.73 and the lightness value of dae242 is 0.57.
The process color (four color CMYK) of #dae242 color hex is 0.04, 0.00, 0.71, 0.11. Web safe color of #dae242 is #cccc33. Color #dae242 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11100010 | 01000010 |
Octal | 332 | 342 | 102 |
Decimal | 218 | 226 | 66 |
Hex | DA | E2 | 42 |
Shades of #dae242
Tints of #dae242
RGB Percentages of Color #dae242
CMYK Percentages of Color #dae242
Complementary Color
#dae242 | #4a42e2 |
#dae242 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae242 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae242 Color CSS Codes
.mybgcolor {background-color:#dae242; } .myforecolor {color:#dae242; } .mybordercolor {border:3px solid #dae242; }
#dae242 Text Font Color
<p style="color:#dae242">Text here</p>
This sample text font color is #dae242
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.
#dae242 Background Color
<div style="background-color:#dae242">
Div content here</div>
This div background color is #dae242
#dae242 Border Color
<div style="border:3px solid #dae242">
Div here</div>
This div border color is #dae242
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,226,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae242; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae242; -webkit-box-shadow: 1px 1px 3px 2px #dae242; box-shadow: 1px 1px 3px 2px #dae242; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,226,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 #dae242">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae242; -webkit-box-shadow: 1px 1px 3px 2px #dae242; box-shadow: 1px 1px 3px 2px #dae242;">
Div content here</div>
This div box has shadow with color #dae242
Comments
No comments written yet.
Please login to write comment.