Color spaces of #d0fbdb
RGB | 208 | 251 | 219 |
---|---|---|---|
HSL | 0.38 | 0.84 | 0.90 |
HSV | 135° | 17° | 98° |
CMYK | 0.17 | 0.00 | 0.13 0.02 |
XYZ | 73.2958 | 87.5187 | 80.0475 |
Yxy | 87.5187 | 0.3043 | 0.3634 |
Hunter Lab | 93.5514 | -23.8636 | 14.7544 |
CIE-Lab | 94.9579 | -19.7554 | 10.8004 |
#d0fbdb color RGB value is (208,251,219).
#d0fbdb hex color red value is 208, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0fbdb hue: 0.38 , saturation: 0.84 and the lightness value of d0fbdb is 0.90.
The process color (four color CMYK) of #d0fbdb color hex is 0.17, 0.00, 0.13, 0.02. Web safe color of #d0fbdb is #ccffcc. Color #d0fbdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11111011 | 11011011 |
Octal | 320 | 373 | 333 |
Decimal | 208 | 251 | 219 |
Hex | D0 | FB | DB |
Shades of #d0fbdb
Tints of #d0fbdb
RGB Percentages of Color #d0fbdb
CMYK Percentages of Color #d0fbdb
Complementary Color
#d0fbdb | #fbd0f0 |
#d0fbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0fbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0fbdb Color CSS Codes
.mybgcolor {background-color:#d0fbdb; } .myforecolor {color:#d0fbdb; } .mybordercolor {border:3px solid #d0fbdb; }
#d0fbdb Text Font Color
<p style="color:#d0fbdb">Text here</p>
This sample text font color is #d0fbdb
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.
#d0fbdb Background Color
<div style="background-color:#d0fbdb">
Div content here</div>
This div background color is #d0fbdb
#d0fbdb Border Color
<div style="border:3px solid #d0fbdb">
Div here</div>
This div border color is #d0fbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,251,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0fbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0fbdb; -webkit-box-shadow: 1px 1px 3px 2px #d0fbdb; box-shadow: 1px 1px 3px 2px #d0fbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,251,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0fbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0fbdb; -webkit-box-shadow: 1px 1px 3px 2px #d0fbdb; box-shadow: 1px 1px 3px 2px #d0fbdb;">
Div content here</div>
This div box has shadow with color #d0fbdb
Comments
No comments written yet.
Please login to write comment.