Color spaces of #d1fbfe
RGB | 209 | 251 | 254 |
---|---|---|---|
HSL | 0.51 | 0.96 | 0.91 |
HSV | 184° | 18° | 100° |
CMYK | 0.18 | 0.01 | 0.00 0.00 |
XYZ | 78.6811 | 89.7054 | 106.9339 |
Yxy | 89.7054 | 0.2858 | 0.3258 |
Hunter Lab | 94.7129 | -17.4619 | -0.6412 |
CIE-Lab | 95.8744 | -12.7407 | -5.9125 |
#d1fbfe color RGB value is (209,251,254).
#d1fbfe hex color red value is 209, green value is 251 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d1fbfe hue: 0.51 , saturation: 0.96 and the lightness value of d1fbfe is 0.91.
The process color (four color CMYK) of #d1fbfe color hex is 0.18, 0.01, 0.00, 0.00. Web safe color of #d1fbfe is #ccffff. Color #d1fbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11111011 | 11111110 |
Octal | 321 | 373 | 376 |
Decimal | 209 | 251 | 254 |
Hex | D1 | FB | FE |
Shades of #d1fbfe
Tints of #d1fbfe
RGB Percentages of Color #d1fbfe
CMYK Percentages of Color #d1fbfe
Complementary Color
#d1fbfe | #fed4d1 |
#d1fbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1fbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1fbfe Color CSS Codes
.mybgcolor {background-color:#d1fbfe; } .myforecolor {color:#d1fbfe; } .mybordercolor {border:3px solid #d1fbfe; }
#d1fbfe Text Font Color
<p style="color:#d1fbfe">Text here</p>
This sample text font color is #d1fbfe
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.
#d1fbfe Background Color
<div style="background-color:#d1fbfe">
Div content here</div>
This div background color is #d1fbfe
#d1fbfe Border Color
<div style="border:3px solid #d1fbfe">
Div here</div>
This div border color is #d1fbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,251,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1fbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1fbfe; -webkit-box-shadow: 1px 1px 3px 2px #d1fbfe; box-shadow: 1px 1px 3px 2px #d1fbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,251,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1fbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1fbfe; -webkit-box-shadow: 1px 1px 3px 2px #d1fbfe; box-shadow: 1px 1px 3px 2px #d1fbfe;">
Div content here</div>
This div box has shadow with color #d1fbfe
Related Colors
Comments
No comments written yet.
Please login to write comment.