Color spaces of #d0fafd
RGB | 208 | 250 | 253 |
---|---|---|---|
HSL | 0.51 | 0.92 | 0.90 |
HSV | 184° | 18° | 99° |
CMYK | 0.18 | 0.01 | 0.00 0.01 |
XYZ | 77.9277 | 88.8730 | 105.9755 |
Yxy | 88.8730 | 0.2857 | 0.3258 |
Hunter Lab | 94.2725 | -17.4248 | -0.6595 |
CIE-Lab | 95.5273 | -12.7478 | -5.9152 |
#d0fafd color RGB value is (208,250,253).
#d0fafd hex color red value is 208, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d0fafd hue: 0.51 , saturation: 0.92 and the lightness value of d0fafd is 0.90.
The process color (four color CMYK) of #d0fafd color hex is 0.18, 0.01, 0.00, 0.01. Web safe color of #d0fafd is #ccffff. Color #d0fafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11111010 | 11111101 |
Octal | 320 | 372 | 375 |
Decimal | 208 | 250 | 253 |
Hex | D0 | FA | FD |
Shades of #d0fafd
Tints of #d0fafd
RGB Percentages of Color #d0fafd
CMYK Percentages of Color #d0fafd
Complementary Color
#d0fafd | #fdd3d0 |
#d0fafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0fafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0fafd Color CSS Codes
.mybgcolor {background-color:#d0fafd; } .myforecolor {color:#d0fafd; } .mybordercolor {border:3px solid #d0fafd; }
#d0fafd Text Font Color
<p style="color:#d0fafd">Text here</p>
This sample text font color is #d0fafd
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.
#d0fafd Background Color
<div style="background-color:#d0fafd">
Div content here</div>
This div background color is #d0fafd
#d0fafd Border Color
<div style="border:3px solid #d0fafd">
Div here</div>
This div border color is #d0fafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,250,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0fafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0fafd; -webkit-box-shadow: 1px 1px 3px 2px #d0fafd; box-shadow: 1px 1px 3px 2px #d0fafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,250,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 #d0fafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0fafd; -webkit-box-shadow: 1px 1px 3px 2px #d0fafd; box-shadow: 1px 1px 3px 2px #d0fafd;">
Div content here</div>
This div box has shadow with color #d0fafd
Comments
No comments written yet.
Please login to write comment.