Color spaces of #dade57
RGB | 218 | 222 | 87 |
---|---|---|---|
HSL | 0.17 | 0.67 | 0.61 |
HSV | 62° | 61° | 87° |
CMYK | 0.02 | 0.00 | 0.61 0.13 |
XYZ | 56.7550 | 67.8361 | 19.1192 |
Yxy | 67.8361 | 0.3949 | 0.4720 |
Hunter Lab | 82.3627 | -21.1328 | 43.8906 |
CIE-Lab | 85.9244 | -18.2876 | 63.7365 |
#dade57 color RGB value is (218,222,87).
#dade57 hex color red value is 218, green value is 222 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dade57 hue: 0.17 , saturation: 0.67 and the lightness value of dade57 is 0.61.
The process color (four color CMYK) of #dade57 color hex is 0.02, 0.00, 0.61, 0.13. Web safe color of #dade57 is #cccc66. Color #dade57 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011110 | 01010111 |
Octal | 332 | 336 | 127 |
Decimal | 218 | 222 | 87 |
Hex | DA | DE | 57 |
Shades of #dade57
Tints of #dade57
RGB Percentages of Color #dade57
CMYK Percentages of Color #dade57
Complementary Color
#dade57 | #5b57de |
#dade57 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dade57 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dade57 Color CSS Codes
.mybgcolor {background-color:#dade57; } .myforecolor {color:#dade57; } .mybordercolor {border:3px solid #dade57; }
#dade57 Text Font Color
<p style="color:#dade57">Text here</p>
This sample text font color is #dade57
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.
#dade57 Background Color
<div style="background-color:#dade57">
Div content here</div>
This div background color is #dade57
#dade57 Border Color
<div style="border:3px solid #dade57">
Div here</div>
This div border color is #dade57
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,222,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dade57; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dade57; -webkit-box-shadow: 1px 1px 3px 2px #dade57; box-shadow: 1px 1px 3px 2px #dade57; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,222,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dade57">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dade57; -webkit-box-shadow: 1px 1px 3px 2px #dade57; box-shadow: 1px 1px 3px 2px #dade57;">
Div content here</div>
This div box has shadow with color #dade57
Comments
No comments written yet.
Please login to write comment.