Color spaces of #dcf4cb
RGB | 220 | 244 | 203 |
---|---|---|---|
HSL | 0.26 | 0.65 | 0.88 |
HSV | 95° | 17° | 96° |
CMYK | 0.10 | 0.00 | 0.17 0.04 |
XYZ | 72.6454 | 84.2288 | 68.9289 |
Yxy | 84.2288 | 0.3217 | 0.3730 |
Hunter Lab | 91.7762 | -19.3169 | 19.7134 |
CIE-Lab | 93.5498 | -15.0461 | 17.1499 |
#dcf4cb color RGB value is (220,244,203).
#dcf4cb hex color red value is 220, green value is 244 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcf4cb hue: 0.26 , saturation: 0.65 and the lightness value of dcf4cb is 0.88.
The process color (four color CMYK) of #dcf4cb color hex is 0.10, 0.00, 0.17, 0.04. Web safe color of #dcf4cb is #ccffcc. Color #dcf4cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110100 | 11001011 |
Octal | 334 | 364 | 313 |
Decimal | 220 | 244 | 203 |
Hex | DC | F4 | CB |
Shades of #dcf4cb
Tints of #dcf4cb
RGB Percentages of Color #dcf4cb
CMYK Percentages of Color #dcf4cb
Complementary Color
#dcf4cb | #e3cbf4 |
#dcf4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf4cb Color CSS Codes
.mybgcolor {background-color:#dcf4cb; } .myforecolor {color:#dcf4cb; } .mybordercolor {border:3px solid #dcf4cb; }
#dcf4cb Text Font Color
<p style="color:#dcf4cb">Text here</p>
This sample text font color is #dcf4cb
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.
#dcf4cb Background Color
<div style="background-color:#dcf4cb">
Div content here</div>
This div background color is #dcf4cb
#dcf4cb Border Color
<div style="border:3px solid #dcf4cb">
Div here</div>
This div border color is #dcf4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,244,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf4cb; -webkit-box-shadow: 1px 1px 3px 2px #dcf4cb; box-shadow: 1px 1px 3px 2px #dcf4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,244,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf4cb; -webkit-box-shadow: 1px 1px 3px 2px #dcf4cb; box-shadow: 1px 1px 3px 2px #dcf4cb;">
Div content here</div>
This div box has shadow with color #dcf4cb
Comments
No comments written yet.
Please login to write comment.