Color spaces of #d2feff
RGB | 210 | 254 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.91 |
HSV | 181° | 18° | 100° |
CMYK | 0.18 | 0.00 | 0.00 0.00 |
XYZ | 80.0702 | 91.8053 | 108.1078 |
Yxy | 91.8053 | 0.2860 | 0.3279 |
Hunter Lab | 95.8151 | -18.5085 | 0.1739 |
CIE-Lab | 96.7407 | -13.7277 | -5.1438 |
#d2feff color RGB value is (210,254,255).
#d2feff hex color red value is 210, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d2feff hue: 0.50 , saturation: 1.00 and the lightness value of d2feff is 0.91.
The process color (four color CMYK) of #d2feff color hex is 0.18, 0.00, 0.00, 0.00. Web safe color of #d2feff is #ccffff. Color #d2feff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11111110 | 11111111 |
Octal | 322 | 376 | 377 |
Decimal | 210 | 254 | 255 |
Hex | D2 | FE | FF |
Shades of #d2feff
Tints of #d2feff
RGB Percentages of Color #d2feff
CMYK Percentages of Color #d2feff
Complementary Color
#d2feff | #ffd3d2 |
#d2feff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2feff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2feff Color CSS Codes
.mybgcolor {background-color:#d2feff; } .myforecolor {color:#d2feff; } .mybordercolor {border:3px solid #d2feff; }
#d2feff Text Font Color
<p style="color:#d2feff">Text here</p>
This sample text font color is #d2feff
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.
#d2feff Background Color
<div style="background-color:#d2feff">
Div content here</div>
This div background color is #d2feff
#d2feff Border Color
<div style="border:3px solid #d2feff">
Div here</div>
This div border color is #d2feff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,254,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2feff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2feff; -webkit-box-shadow: 1px 1px 3px 2px #d2feff; box-shadow: 1px 1px 3px 2px #d2feff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,254,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 #d2feff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2feff; -webkit-box-shadow: 1px 1px 3px 2px #d2feff; box-shadow: 1px 1px 3px 2px #d2feff;">
Div content here</div>
This div box has shadow with color #d2feff
#d2feff Color Palettes
Comments
No comments written yet.
Please login to write comment.