Color spaces of #d4ebde
RGB | 212 | 235 | 222 |
---|---|---|---|
HSL | 0.41 | 0.37 | 0.88 |
HSV | 146° | 10° | 92° |
CMYK | 0.10 | 0.00 | 0.06 0.08 |
XYZ | 70.0445 | 78.6876 | 80.6037 |
Yxy | 78.6876 | 0.3054 | 0.3431 |
Hunter Lab | 88.7060 | -14.2875 | 8.2197 |
CIE-Lab | 91.0928 | -9.9776 | 3.7192 |
#d4ebde color RGB value is (212,235,222).
#d4ebde hex color red value is 212, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4ebde hue: 0.41 , saturation: 0.37 and the lightness value of d4ebde is 0.88.
The process color (four color CMYK) of #d4ebde color hex is 0.10, 0.00, 0.06, 0.08. Web safe color of #d4ebde is #ccffcc. Color #d4ebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11101011 | 11011110 |
Octal | 324 | 353 | 336 |
Decimal | 212 | 235 | 222 |
Hex | D4 | EB | DE |
Shades of #d4ebde
Tints of #d4ebde
RGB Percentages of Color #d4ebde
CMYK Percentages of Color #d4ebde
Complementary Color
#d4ebde | #ebd4e1 |
#d4ebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4ebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4ebde Color CSS Codes
.mybgcolor {background-color:#d4ebde; } .myforecolor {color:#d4ebde; } .mybordercolor {border:3px solid #d4ebde; }
#d4ebde Text Font Color
<p style="color:#d4ebde">Text here</p>
This sample text font color is #d4ebde
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.
#d4ebde Background Color
<div style="background-color:#d4ebde">
Div content here</div>
This div background color is #d4ebde
#d4ebde Border Color
<div style="border:3px solid #d4ebde">
Div here</div>
This div border color is #d4ebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4ebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4ebde; -webkit-box-shadow: 1px 1px 3px 2px #d4ebde; box-shadow: 1px 1px 3px 2px #d4ebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4ebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4ebde; -webkit-box-shadow: 1px 1px 3px 2px #d4ebde; box-shadow: 1px 1px 3px 2px #d4ebde;">
Div content here</div>
This div box has shadow with color #d4ebde
Comments
No comments written yet.
Please login to write comment.