Color spaces of #dffbcc
RGB | 223 | 251 | 204 |
---|---|---|---|
HSL | 0.27 | 0.85 | 0.89 |
HSV | 96° | 19° | 98° |
CMYK | 0.11 | 0.00 | 0.19 0.02 |
XYZ | 75.8277 | 89.0420 | 70.3170 |
Yxy | 89.0420 | 0.3224 | 0.3786 |
Hunter Lab | 94.3621 | -21.6942 | 21.8716 |
CIE-Lab | 95.5980 | -17.2943 | 19.5361 |
#dffbcc color RGB value is (223,251,204).
#dffbcc hex color red value is 223, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dffbcc hue: 0.27 , saturation: 0.85 and the lightness value of dffbcc is 0.89.
The process color (four color CMYK) of #dffbcc color hex is 0.11, 0.00, 0.19, 0.02. Web safe color of #dffbcc is #ccffcc. Color #dffbcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111011 | 11001100 |
Octal | 337 | 373 | 314 |
Decimal | 223 | 251 | 204 |
Hex | DF | FB | CC |
Shades of #dffbcc
Tints of #dffbcc
RGB Percentages of Color #dffbcc
CMYK Percentages of Color #dffbcc
Complementary Color
#dffbcc | #e8ccfb |
#dffbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffbcc Color CSS Codes
.mybgcolor {background-color:#dffbcc; } .myforecolor {color:#dffbcc; } .mybordercolor {border:3px solid #dffbcc; }
#dffbcc Text Font Color
<p style="color:#dffbcc">Text here</p>
This sample text font color is #dffbcc
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.
#dffbcc Background Color
<div style="background-color:#dffbcc">
Div content here</div>
This div background color is #dffbcc
#dffbcc Border Color
<div style="border:3px solid #dffbcc">
Div here</div>
This div border color is #dffbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,251,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffbcc; -webkit-box-shadow: 1px 1px 3px 2px #dffbcc; box-shadow: 1px 1px 3px 2px #dffbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,251,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffbcc; -webkit-box-shadow: 1px 1px 3px 2px #dffbcc; box-shadow: 1px 1px 3px 2px #dffbcc;">
Div content here</div>
This div box has shadow with color #dffbcc
Comments
No comments written yet.
Please login to write comment.