Color spaces of #d0fccd
RGB | 208 | 252 | 205 |
---|---|---|---|
HSL | 0.32 | 0.89 | 0.90 |
HSV | 116° | 19° | 99° |
CMYK | 0.17 | 0.00 | 0.19 0.01 |
XYZ | 71.8423 | 87.4385 | 70.8484 |
Yxy | 87.4385 | 0.3122 | 0.3800 |
Hunter Lab | 93.5086 | -26.4990 | 20.5339 |
CIE-Lab | 94.9240 | -22.6603 | 17.9397 |
#d0fccd color RGB value is (208,252,205).
#d0fccd hex color red value is 208, green value is 252 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d0fccd hue: 0.32 , saturation: 0.89 and the lightness value of d0fccd is 0.90.
The process color (four color CMYK) of #d0fccd color hex is 0.17, 0.00, 0.19, 0.01. Web safe color of #d0fccd is #ccffcc. Color #d0fccd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11111100 | 11001101 |
Octal | 320 | 374 | 315 |
Decimal | 208 | 252 | 205 |
Hex | D0 | FC | CD |
Shades of #d0fccd
Tints of #d0fccd
RGB Percentages of Color #d0fccd
CMYK Percentages of Color #d0fccd
Complementary Color
#d0fccd | #f9cdfc |
#d0fccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0fccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0fccd Color CSS Codes
.mybgcolor {background-color:#d0fccd; } .myforecolor {color:#d0fccd; } .mybordercolor {border:3px solid #d0fccd; }
#d0fccd Text Font Color
<p style="color:#d0fccd">Text here</p>
This sample text font color is #d0fccd
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.
#d0fccd Background Color
<div style="background-color:#d0fccd">
Div content here</div>
This div background color is #d0fccd
#d0fccd Border Color
<div style="border:3px solid #d0fccd">
Div here</div>
This div border color is #d0fccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,252,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0fccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0fccd; -webkit-box-shadow: 1px 1px 3px 2px #d0fccd; box-shadow: 1px 1px 3px 2px #d0fccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,252,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0fccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0fccd; -webkit-box-shadow: 1px 1px 3px 2px #d0fccd; box-shadow: 1px 1px 3px 2px #d0fccd;">
Div content here</div>
This div box has shadow with color #d0fccd
Comments
No comments written yet.
Please login to write comment.