Color spaces of #d4eaec
RGB | 212 | 234 | 236 |
---|---|---|---|
HSL | 0.51 | 0.39 | 0.88 |
HSV | 185° | 10° | 93° |
CMYK | 0.10 | 0.01 | 0.00 0.07 |
XYZ | 71.7145 | 78.8988 | 90.8061 |
Yxy | 78.8988 | 0.2971 | 0.3268 |
Hunter Lab | 88.8250 | -11.3285 | 1.5651 |
CIE-Lab | 91.1885 | -6.8292 | -3.4480 |
#d4eaec color RGB value is (212,234,236).
#d4eaec hex color red value is 212, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d4eaec hue: 0.51 , saturation: 0.39 and the lightness value of d4eaec is 0.88.
The process color (four color CMYK) of #d4eaec color hex is 0.10, 0.01, 0.00, 0.07. Web safe color of #d4eaec is #ccffff. Color #d4eaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11101010 | 11101100 |
Octal | 324 | 352 | 354 |
Decimal | 212 | 234 | 236 |
Hex | D4 | EA | EC |
Shades of #d4eaec
Tints of #d4eaec
RGB Percentages of Color #d4eaec
CMYK Percentages of Color #d4eaec
Complementary Color
#d4eaec | #ecd6d4 |
#d4eaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4eaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4eaec Color CSS Codes
.mybgcolor {background-color:#d4eaec; } .myforecolor {color:#d4eaec; } .mybordercolor {border:3px solid #d4eaec; }
#d4eaec Text Font Color
<p style="color:#d4eaec">Text here</p>
This sample text font color is #d4eaec
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.
#d4eaec Background Color
<div style="background-color:#d4eaec">
Div content here</div>
This div background color is #d4eaec
#d4eaec Border Color
<div style="border:3px solid #d4eaec">
Div here</div>
This div border color is #d4eaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,234,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4eaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4eaec; -webkit-box-shadow: 1px 1px 3px 2px #d4eaec; box-shadow: 1px 1px 3px 2px #d4eaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,234,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4eaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4eaec; -webkit-box-shadow: 1px 1px 3px 2px #d4eaec; box-shadow: 1px 1px 3px 2px #d4eaec;">
Div content here</div>
This div box has shadow with color #d4eaec
Comments
No comments written yet.
Please login to write comment.