Color spaces of #dfedee
RGB | 223 | 237 | 238 |
---|---|---|---|
HSL | 0.51 | 0.31 | 0.90 |
HSV | 184° | 6° | 93° |
CMYK | 0.06 | 0.00 | 0.00 0.07 |
XYZ | 76.1482 | 82.4294 | 92.7859 |
Yxy | 82.4294 | 0.3029 | 0.3279 |
Hunter Lab | 90.7906 | -9.1716 | 2.9605 |
CIE-Lab | 92.7640 | -4.4267 | -2.0899 |
#dfedee color RGB value is (223,237,238).
#dfedee hex color red value is 223, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfedee hue: 0.51 , saturation: 0.31 and the lightness value of dfedee is 0.90.
The process color (four color CMYK) of #dfedee color hex is 0.06, 0.00, 0.00, 0.07. Web safe color of #dfedee is #ccffff. Color #dfedee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101101 | 11101110 |
Octal | 337 | 355 | 356 |
Decimal | 223 | 237 | 238 |
Hex | DF | ED | EE |
Shades of #dfedee
Tints of #dfedee
RGB Percentages of Color #dfedee
CMYK Percentages of Color #dfedee
Complementary Color
#dfedee | #eee0df |
#dfedee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfedee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfedee Color CSS Codes
.mybgcolor {background-color:#dfedee; } .myforecolor {color:#dfedee; } .mybordercolor {border:3px solid #dfedee; }
#dfedee Text Font Color
<p style="color:#dfedee">Text here</p>
This sample text font color is #dfedee
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.
#dfedee Background Color
<div style="background-color:#dfedee">
Div content here</div>
This div background color is #dfedee
#dfedee Border Color
<div style="border:3px solid #dfedee">
Div here</div>
This div border color is #dfedee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,237,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfedee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfedee; -webkit-box-shadow: 1px 1px 3px 2px #dfedee; box-shadow: 1px 1px 3px 2px #dfedee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,237,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 #dfedee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfedee; -webkit-box-shadow: 1px 1px 3px 2px #dfedee; box-shadow: 1px 1px 3px 2px #dfedee;">
Div content here</div>
This div box has shadow with color #dfedee
Comments
No comments written yet.
Please login to write comment.