Color spaces of #dffbee
RGB | 223 | 251 | 238 |
---|---|---|---|
HSL | 0.42 | 0.78 | 0.93 |
HSV | 152° | 11° | 98° |
CMYK | 0.11 | 0.00 | 0.05 0.02 |
XYZ | 80.3612 | 90.8554 | 94.1903 |
Yxy | 90.8554 | 0.3028 | 0.3423 |
Hunter Lab | 95.3181 | -16.3161 | 8.1342 |
CIE-Lab | 96.3505 | -11.4745 | 3.1417 |
#dffbee color RGB value is (223,251,238).
#dffbee hex color red value is 223, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dffbee hue: 0.42 , saturation: 0.78 and the lightness value of dffbee is 0.93.
The process color (four color CMYK) of #dffbee color hex is 0.11, 0.00, 0.05, 0.02. Web safe color of #dffbee is #ccffff. Color #dffbee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111011 | 11101110 |
Octal | 337 | 373 | 356 |
Decimal | 223 | 251 | 238 |
Hex | DF | FB | EE |
Shades of #dffbee
Tints of #dffbee
RGB Percentages of Color #dffbee
CMYK Percentages of Color #dffbee
Complementary Color
#dffbee | #fbdfec |
#dffbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffbee Color CSS Codes
.mybgcolor {background-color:#dffbee; } .myforecolor {color:#dffbee; } .mybordercolor {border:3px solid #dffbee; }
#dffbee Text Font Color
<p style="color:#dffbee">Text here</p>
This sample text font color is #dffbee
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.
#dffbee Background Color
<div style="background-color:#dffbee">
Div content here</div>
This div background color is #dffbee
#dffbee Border Color
<div style="border:3px solid #dffbee">
Div here</div>
This div border color is #dffbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,251,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffbee; -webkit-box-shadow: 1px 1px 3px 2px #dffbee; box-shadow: 1px 1px 3px 2px #dffbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,251,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffbee; -webkit-box-shadow: 1px 1px 3px 2px #dffbee; box-shadow: 1px 1px 3px 2px #dffbee;">
Div content here</div>
This div box has shadow with color #dffbee
Comments
No comments written yet.
Please login to write comment.