Color spaces of #d3ecff
RGB | 211 | 236 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.91 |
HSV | 206° | 17° | 100° |
CMYK | 0.17 | 0.07 | 0.00 0.00 |
XYZ | 74.9094 | 81.0598 | 106.3057 |
Yxy | 81.0598 | 0.2856 | 0.3091 |
Hunter Lab | 90.0332 | -9.0426 | -6.9827 |
CIE-Lab | 92.1583 | -4.3477 | -11.9295 |
#d3ecff color RGB value is (211,236,255).
#d3ecff hex color red value is 211, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d3ecff hue: 0.57 , saturation: 1.00 and the lightness value of d3ecff is 0.91.
The process color (four color CMYK) of #d3ecff color hex is 0.17, 0.07, 0.00, 0.00. Web safe color of #d3ecff is #ccffff. Color #d3ecff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11101100 | 11111111 |
Octal | 323 | 354 | 377 |
Decimal | 211 | 236 | 255 |
Hex | D3 | EC | FF |
Shades of #d3ecff
Tints of #d3ecff
RGB Percentages of Color #d3ecff
CMYK Percentages of Color #d3ecff
Complementary Color
#d3ecff | #ffe6d3 |
#d3ecff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3ecff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3ecff Color CSS Codes
.mybgcolor {background-color:#d3ecff; } .myforecolor {color:#d3ecff; } .mybordercolor {border:3px solid #d3ecff; }
#d3ecff Text Font Color
<p style="color:#d3ecff">Text here</p>
This sample text font color is #d3ecff
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.
#d3ecff Background Color
<div style="background-color:#d3ecff">
Div content here</div>
This div background color is #d3ecff
#d3ecff Border Color
<div style="border:3px solid #d3ecff">
Div here</div>
This div border color is #d3ecff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,236,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3ecff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3ecff; -webkit-box-shadow: 1px 1px 3px 2px #d3ecff; box-shadow: 1px 1px 3px 2px #d3ecff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,236,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3ecff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3ecff; -webkit-box-shadow: 1px 1px 3px 2px #d3ecff; box-shadow: 1px 1px 3px 2px #d3ecff;">
Div content here</div>
This div box has shadow with color #d3ecff
#d3ecff Color Palettes
Comments
No comments written yet.
Please login to write comment.