Color spaces of #dfeeea
RGB | 223 | 238 | 234 |
---|---|---|---|
HSL | 0.46 | 0.31 | 0.90 |
HSV | 164° | 6° | 93° |
CMYK | 0.06 | 0.00 | 0.02 0.07 |
XYZ | 75.8572 | 82.7776 | 89.8215 |
Yxy | 82.7776 | 0.3053 | 0.3332 |
Hunter Lab | 90.9822 | -10.3929 | 5.1539 |
CIE-Lab | 92.9170 | -5.6782 | 0.2150 |
#dfeeea color RGB value is (223,238,234).
#dfeeea hex color red value is 223, green value is 238 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfeeea hue: 0.46 , saturation: 0.31 and the lightness value of dfeeea is 0.90.
The process color (four color CMYK) of #dfeeea color hex is 0.06, 0.00, 0.02, 0.07. Web safe color of #dfeeea is #ccffff. Color #dfeeea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101110 | 11101010 |
Octal | 337 | 356 | 352 |
Decimal | 223 | 238 | 234 |
Hex | DF | EE | EA |
Shades of #dfeeea
Tints of #dfeeea
RGB Percentages of Color #dfeeea
CMYK Percentages of Color #dfeeea
Complementary Color
#dfeeea | #eedfe3 |
#dfeeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfeeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfeeea Color CSS Codes
.mybgcolor {background-color:#dfeeea; } .myforecolor {color:#dfeeea; } .mybordercolor {border:3px solid #dfeeea; }
#dfeeea Text Font Color
<p style="color:#dfeeea">Text here</p>
This sample text font color is #dfeeea
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.
#dfeeea Background Color
<div style="background-color:#dfeeea">
Div content here</div>
This div background color is #dfeeea
#dfeeea Border Color
<div style="border:3px solid #dfeeea">
Div here</div>
This div border color is #dfeeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,238,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfeeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfeeea; -webkit-box-shadow: 1px 1px 3px 2px #dfeeea; box-shadow: 1px 1px 3px 2px #dfeeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,238,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfeeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfeeea; -webkit-box-shadow: 1px 1px 3px 2px #dfeeea; box-shadow: 1px 1px 3px 2px #dfeeea;">
Div content here</div>
This div box has shadow with color #dfeeea
Comments
No comments written yet.
Please login to write comment.