Color spaces of #d2faff
RGB | 210 | 250 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.91 |
HSV | 187° | 18° | 100° |
CMYK | 0.18 | 0.02 | 0.00 0.00 |
XYZ | 78.8139 | 89.2929 | 107.6890 |
Yxy | 89.2929 | 0.2858 | 0.3238 |
Hunter Lab | 94.4949 | -16.4874 | -1.4221 |
CIE-Lab | 95.7027 | -11.7365 | -6.6754 |
#d2faff color RGB value is (210,250,255).
#d2faff hex color red value is 210, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d2faff hue: 0.52 , saturation: 1.00 and the lightness value of d2faff is 0.91.
The process color (four color CMYK) of #d2faff color hex is 0.18, 0.02, 0.00, 0.00. Web safe color of #d2faff is #ccffff. Color #d2faff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11111010 | 11111111 |
Octal | 322 | 372 | 377 |
Decimal | 210 | 250 | 255 |
Hex | D2 | FA | FF |
Shades of #d2faff
Tints of #d2faff
RGB Percentages of Color #d2faff
CMYK Percentages of Color #d2faff
Complementary Color
#d2faff | #ffd7d2 |
#d2faff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2faff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2faff Color CSS Codes
.mybgcolor {background-color:#d2faff; } .myforecolor {color:#d2faff; } .mybordercolor {border:3px solid #d2faff; }
#d2faff Text Font Color
<p style="color:#d2faff">Text here</p>
This sample text font color is #d2faff
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.
#d2faff Background Color
<div style="background-color:#d2faff">
Div content here</div>
This div background color is #d2faff
#d2faff Border Color
<div style="border:3px solid #d2faff">
Div here</div>
This div border color is #d2faff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,250,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2faff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2faff; -webkit-box-shadow: 1px 1px 3px 2px #d2faff; box-shadow: 1px 1px 3px 2px #d2faff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,250,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 #d2faff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2faff; -webkit-box-shadow: 1px 1px 3px 2px #d2faff; box-shadow: 1px 1px 3px 2px #d2faff;">
Div content here</div>
This div box has shadow with color #d2faff
Related Colors
Comments
No comments written yet.
Please login to write comment.