Color spaces of #d1eefd
RGB | 209 | 238 | 253 |
---|---|---|---|
HSL | 0.56 | 0.92 | 0.91 |
HSV | 200° | 17° | 99° |
CMYK | 0.17 | 0.06 | 0.00 0.01 |
XYZ | 74.5987 | 81.7962 | 104.7850 |
Yxy | 81.7962 | 0.2856 | 0.3132 |
Hunter Lab | 90.4413 | -11.0400 | -5.3844 |
CIE-Lab | 92.4848 | -6.3947 | -10.4159 |
#d1eefd color RGB value is (209,238,253).
#d1eefd hex color red value is 209, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d1eefd hue: 0.56 , saturation: 0.92 and the lightness value of d1eefd is 0.91.
The process color (four color CMYK) of #d1eefd color hex is 0.17, 0.06, 0.00, 0.01. Web safe color of #d1eefd is #ccffff. Color #d1eefd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11101110 | 11111101 |
Octal | 321 | 356 | 375 |
Decimal | 209 | 238 | 253 |
Hex | D1 | EE | FD |
Shades of #d1eefd
Tints of #d1eefd
RGB Percentages of Color #d1eefd
CMYK Percentages of Color #d1eefd
Complementary Color
#d1eefd | #fde0d1 |
#d1eefd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1eefd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1eefd Color CSS Codes
.mybgcolor {background-color:#d1eefd; } .myforecolor {color:#d1eefd; } .mybordercolor {border:3px solid #d1eefd; }
#d1eefd Text Font Color
<p style="color:#d1eefd">Text here</p>
This sample text font color is #d1eefd
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.
#d1eefd Background Color
<div style="background-color:#d1eefd">
Div content here</div>
This div background color is #d1eefd
#d1eefd Border Color
<div style="border:3px solid #d1eefd">
Div here</div>
This div border color is #d1eefd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,238,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1eefd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1eefd; -webkit-box-shadow: 1px 1px 3px 2px #d1eefd; box-shadow: 1px 1px 3px 2px #d1eefd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,238,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1eefd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1eefd; -webkit-box-shadow: 1px 1px 3px 2px #d1eefd; box-shadow: 1px 1px 3px 2px #d1eefd;">
Div content here</div>
This div box has shadow with color #d1eefd
Related Colors
Comments
No comments written yet.
Please login to write comment.