Color spaces of #d0dfed
RGB | 208 | 223 | 237 |
---|---|---|---|
HSL | 0.58 | 0.45 | 0.87 |
HSV | 209° | 12° | 93° |
CMYK | 0.12 | 0.06 | 0.00 0.07 |
XYZ | 67.6862 | 72.2997 | 90.5086 |
Yxy | 72.2997 | 0.2937 | 0.3137 |
Hunter Lab | 85.0292 | -6.7090 | -3.5902 |
CIE-Lab | 88.1126 | -2.2589 | -8.5454 |
#d0dfed color RGB value is (208,223,237).
#d0dfed hex color red value is 208, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d0dfed hue: 0.58 , saturation: 0.45 and the lightness value of d0dfed is 0.87.
The process color (four color CMYK) of #d0dfed color hex is 0.12, 0.06, 0.00, 0.07. Web safe color of #d0dfed is #ccccff. Color #d0dfed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11011111 | 11101101 |
Octal | 320 | 337 | 355 |
Decimal | 208 | 223 | 237 |
Hex | D0 | DF | ED |
Shades of #d0dfed
Tints of #d0dfed
RGB Percentages of Color #d0dfed
CMYK Percentages of Color #d0dfed
Complementary Color
#d0dfed | #edded0 |
#d0dfed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0dfed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0dfed Color CSS Codes
.mybgcolor {background-color:#d0dfed; } .myforecolor {color:#d0dfed; } .mybordercolor {border:3px solid #d0dfed; }
#d0dfed Text Font Color
<p style="color:#d0dfed">Text here</p>
This sample text font color is #d0dfed
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.
#d0dfed Background Color
<div style="background-color:#d0dfed">
Div content here</div>
This div background color is #d0dfed
#d0dfed Border Color
<div style="border:3px solid #d0dfed">
Div here</div>
This div border color is #d0dfed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,223,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0dfed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0dfed; -webkit-box-shadow: 1px 1px 3px 2px #d0dfed; box-shadow: 1px 1px 3px 2px #d0dfed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,223,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0dfed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0dfed; -webkit-box-shadow: 1px 1px 3px 2px #d0dfed; box-shadow: 1px 1px 3px 2px #d0dfed;">
Div content here</div>
This div box has shadow with color #d0dfed
Comments
No comments written yet.
Please login to write comment.