Color spaces of #dade87
RGB | 218 | 222 | 135 |
---|---|---|---|
HSL | 0.17 | 0.57 | 0.70 |
HSV | 63° | 39° | 87° |
CMYK | 0.02 | 0.00 | 0.39 0.13 |
XYZ | 59.4079 | 68.8972 | 33.0890 |
Yxy | 68.8972 | 0.3681 | 0.4269 |
Hunter Lab | 83.0043 | -17.5015 | 34.4676 |
CIE-Lab | 86.4531 | -14.1058 | 42.1798 |
#dade87 color RGB value is (218,222,135).
#dade87 hex color red value is 218, green value is 222 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dade87 hue: 0.17 , saturation: 0.57 and the lightness value of dade87 is 0.70.
The process color (four color CMYK) of #dade87 color hex is 0.02, 0.00, 0.39, 0.13. Web safe color of #dade87 is #cccc99. Color #dade87 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011110 | 10000111 |
Octal | 332 | 336 | 207 |
Decimal | 218 | 222 | 135 |
Hex | DA | DE | 87 |
Shades of #dade87
Tints of #dade87
RGB Percentages of Color #dade87
CMYK Percentages of Color #dade87
Complementary Color
#dade87 | #8b87de |
#dade87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dade87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dade87 Color CSS Codes
.mybgcolor {background-color:#dade87; } .myforecolor {color:#dade87; } .mybordercolor {border:3px solid #dade87; }
#dade87 Text Font Color
<p style="color:#dade87">Text here</p>
This sample text font color is #dade87
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.
#dade87 Background Color
<div style="background-color:#dade87">
Div content here</div>
This div background color is #dade87
#dade87 Border Color
<div style="border:3px solid #dade87">
Div here</div>
This div border color is #dade87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,222,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dade87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dade87; -webkit-box-shadow: 1px 1px 3px 2px #dade87; box-shadow: 1px 1px 3px 2px #dade87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,222,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dade87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dade87; -webkit-box-shadow: 1px 1px 3px 2px #dade87; box-shadow: 1px 1px 3px 2px #dade87;">
Div content here</div>
This div box has shadow with color #dade87
Comments
No comments written yet.
Please login to write comment.