Color spaces of #d5eada
RGB | 213 | 234 | 218 |
---|---|---|---|
HSL | 0.37 | 0.33 | 0.88 |
HSV | 134° | 9° | 92° |
CMYK | 0.09 | 0.00 | 0.07 0.08 |
XYZ | 69.5183 | 78.0537 | 77.7315 |
Yxy | 78.0537 | 0.3086 | 0.3464 |
Hunter Lab | 88.3480 | -14.1529 | 9.6783 |
CIE-Lab | 90.8044 | -9.8685 | 5.3971 |
#d5eada color RGB value is (213,234,218).
#d5eada hex color red value is 213, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d5eada hue: 0.37 , saturation: 0.33 and the lightness value of d5eada is 0.88.
The process color (four color CMYK) of #d5eada color hex is 0.09, 0.00, 0.07, 0.08. Web safe color of #d5eada is #ccffcc. Color #d5eada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11101010 | 11011010 |
Octal | 325 | 352 | 332 |
Decimal | 213 | 234 | 218 |
Hex | D5 | EA | DA |
Shades of #d5eada
Tints of #d5eada
RGB Percentages of Color #d5eada
CMYK Percentages of Color #d5eada
Complementary Color
#d5eada | #ead5e5 |
#d5eada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5eada Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5eada Color CSS Codes
.mybgcolor {background-color:#d5eada; } .myforecolor {color:#d5eada; } .mybordercolor {border:3px solid #d5eada; }
#d5eada Text Font Color
<p style="color:#d5eada">Text here</p>
This sample text font color is #d5eada
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.
#d5eada Background Color
<div style="background-color:#d5eada">
Div content here</div>
This div background color is #d5eada
#d5eada Border Color
<div style="border:3px solid #d5eada">
Div here</div>
This div border color is #d5eada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,234,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5eada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5eada; -webkit-box-shadow: 1px 1px 3px 2px #d5eada; box-shadow: 1px 1px 3px 2px #d5eada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,234,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5eada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5eada; -webkit-box-shadow: 1px 1px 3px 2px #d5eada; box-shadow: 1px 1px 3px 2px #d5eada;">
Div content here</div>
This div box has shadow with color #d5eada
Comments
No comments written yet.
Please login to write comment.