Color spaces of #d5fccf
RGB | 213 | 252 | 207 |
---|---|---|---|
HSL | 0.31 | 0.88 | 0.90 |
HSV | 112° | 18° | 99° |
CMYK | 0.15 | 0.00 | 0.18 0.01 |
XYZ | 73.5135 | 88.2719 | 72.1951 |
Yxy | 88.2719 | 0.3142 | 0.3773 |
Hunter Lab | 93.9531 | -24.7509 | 20.2078 |
CIE-Lab | 95.2753 | -20.6700 | 17.4542 |
#d5fccf color RGB value is (213,252,207).
#d5fccf hex color red value is 213, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d5fccf hue: 0.31 , saturation: 0.88 and the lightness value of d5fccf is 0.90.
The process color (four color CMYK) of #d5fccf color hex is 0.15, 0.00, 0.18, 0.01. Web safe color of #d5fccf is #ccffcc. Color #d5fccf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11111100 | 11001111 |
Octal | 325 | 374 | 317 |
Decimal | 213 | 252 | 207 |
Hex | D5 | FC | CF |
Shades of #d5fccf
Tints of #d5fccf
RGB Percentages of Color #d5fccf
CMYK Percentages of Color #d5fccf
Complementary Color
#d5fccf | #f6cffc |
#d5fccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5fccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5fccf Color CSS Codes
.mybgcolor {background-color:#d5fccf; } .myforecolor {color:#d5fccf; } .mybordercolor {border:3px solid #d5fccf; }
#d5fccf Text Font Color
<p style="color:#d5fccf">Text here</p>
This sample text font color is #d5fccf
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.
#d5fccf Background Color
<div style="background-color:#d5fccf">
Div content here</div>
This div background color is #d5fccf
#d5fccf Border Color
<div style="border:3px solid #d5fccf">
Div here</div>
This div border color is #d5fccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,252,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5fccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5fccf; -webkit-box-shadow: 1px 1px 3px 2px #d5fccf; box-shadow: 1px 1px 3px 2px #d5fccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,252,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5fccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5fccf; -webkit-box-shadow: 1px 1px 3px 2px #d5fccf; box-shadow: 1px 1px 3px 2px #d5fccf;">
Div content here</div>
This div box has shadow with color #d5fccf
#d5fccf Color Palettes
Comments
No comments written yet.
Please login to write comment.