Color spaces of #d0fbbd
RGB | 208 | 251 | 189 |
---|---|---|---|
HSL | 0.28 | 0.89 | 0.86 |
HSV | 102° | 25° | 98° |
CMYK | 0.17 | 0.00 | 0.25 0.02 |
XYZ | 69.6949 | 86.0784 | 61.0856 |
Yxy | 86.0784 | 0.3214 | 0.3969 |
Hunter Lab | 92.7784 | -28.2736 | 25.9082 |
CIE-Lab | 94.3459 | -24.7523 | 25.3000 |
#d0fbbd color RGB value is (208,251,189).
#d0fbbd hex color red value is 208, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d0fbbd hue: 0.28 , saturation: 0.89 and the lightness value of d0fbbd is 0.86.
The process color (four color CMYK) of #d0fbbd color hex is 0.17, 0.00, 0.25, 0.02. Web safe color of #d0fbbd is #ccffcc. Color #d0fbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11111011 | 10111101 |
Octal | 320 | 373 | 275 |
Decimal | 208 | 251 | 189 |
Hex | D0 | FB | BD |
Shades of #d0fbbd
Tints of #d0fbbd
RGB Percentages of Color #d0fbbd
CMYK Percentages of Color #d0fbbd
Complementary Color
#d0fbbd | #e8bdfb |
#d0fbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0fbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0fbbd Color CSS Codes
.mybgcolor {background-color:#d0fbbd; } .myforecolor {color:#d0fbbd; } .mybordercolor {border:3px solid #d0fbbd; }
#d0fbbd Text Font Color
<p style="color:#d0fbbd">Text here</p>
This sample text font color is #d0fbbd
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.
#d0fbbd Background Color
<div style="background-color:#d0fbbd">
Div content here</div>
This div background color is #d0fbbd
#d0fbbd Border Color
<div style="border:3px solid #d0fbbd">
Div here</div>
This div border color is #d0fbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,251,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0fbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0fbbd; -webkit-box-shadow: 1px 1px 3px 2px #d0fbbd; box-shadow: 1px 1px 3px 2px #d0fbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,251,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0fbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0fbbd; -webkit-box-shadow: 1px 1px 3px 2px #d0fbbd; box-shadow: 1px 1px 3px 2px #d0fbbd;">
Div content here</div>
This div box has shadow with color #d0fbbd
Comments
No comments written yet.
Please login to write comment.