Color spaces of #dfeace
RGB | 223 | 234 | 206 |
---|---|---|---|
HSL | 0.23 | 0.40 | 0.86 |
HSV | 84° | 12° | 92° |
CMYK | 0.05 | 0.00 | 0.12 0.08 |
XYZ | 70.9948 | 78.9898 | 69.8973 |
Yxy | 78.9898 | 0.3229 | 0.3592 |
Hunter Lab | 88.8762 | -12.9466 | 15.5843 |
CIE-Lab | 91.2297 | -8.5346 | 12.3492 |
#dfeace color RGB value is (223,234,206).
#dfeace hex color red value is 223, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfeace hue: 0.23 , saturation: 0.40 and the lightness value of dfeace is 0.86.
The process color (four color CMYK) of #dfeace color hex is 0.05, 0.00, 0.12, 0.08. Web safe color of #dfeace is #ccffcc. Color #dfeace contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101010 | 11001110 |
Octal | 337 | 352 | 316 |
Decimal | 223 | 234 | 206 |
Hex | DF | EA | CE |
Shades of #dfeace
Tints of #dfeace
RGB Percentages of Color #dfeace
CMYK Percentages of Color #dfeace
Complementary Color
#dfeace | #d9ceea |
#dfeace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfeace Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfeace Color CSS Codes
.mybgcolor {background-color:#dfeace; } .myforecolor {color:#dfeace; } .mybordercolor {border:3px solid #dfeace; }
#dfeace Text Font Color
<p style="color:#dfeace">Text here</p>
This sample text font color is #dfeace
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.
#dfeace Background Color
<div style="background-color:#dfeace">
Div content here</div>
This div background color is #dfeace
#dfeace Border Color
<div style="border:3px solid #dfeace">
Div here</div>
This div border color is #dfeace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,234,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfeace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfeace; -webkit-box-shadow: 1px 1px 3px 2px #dfeace; box-shadow: 1px 1px 3px 2px #dfeace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,234,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfeace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfeace; -webkit-box-shadow: 1px 1px 3px 2px #dfeace; box-shadow: 1px 1px 3px 2px #dfeace;">
Div content here</div>
This div box has shadow with color #dfeace
Comments
No comments written yet.
Please login to write comment.