Color spaces of #dfebd7
RGB | 223 | 235 | 215 |
---|---|---|---|
HSL | 0.27 | 0.33 | 0.88 |
HSV | 96° | 9° | 92° |
CMYK | 0.05 | 0.00 | 0.09 0.08 |
XYZ | 72.4055 | 80.0109 | 75.9175 |
Yxy | 80.0109 | 0.3171 | 0.3504 |
Hunter Lab | 89.4488 | -12.0463 | 12.2932 |
CIE-Lab | 91.6898 | -7.5325 | 8.3249 |
#dfebd7 color RGB value is (223,235,215).
#dfebd7 hex color red value is 223, green value is 235 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dfebd7 hue: 0.27 , saturation: 0.33 and the lightness value of dfebd7 is 0.88.
The process color (four color CMYK) of #dfebd7 color hex is 0.05, 0.00, 0.09, 0.08. Web safe color of #dfebd7 is #ccffcc. Color #dfebd7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101011 | 11010111 |
Octal | 337 | 353 | 327 |
Decimal | 223 | 235 | 215 |
Hex | DF | EB | D7 |
Shades of #dfebd7
Tints of #dfebd7
RGB Percentages of Color #dfebd7
CMYK Percentages of Color #dfebd7
Complementary Color
#dfebd7 | #e3d7eb |
#dfebd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfebd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfebd7 Color CSS Codes
.mybgcolor {background-color:#dfebd7; } .myforecolor {color:#dfebd7; } .mybordercolor {border:3px solid #dfebd7; }
#dfebd7 Text Font Color
<p style="color:#dfebd7">Text here</p>
This sample text font color is #dfebd7
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.
#dfebd7 Background Color
<div style="background-color:#dfebd7">
Div content here</div>
This div background color is #dfebd7
#dfebd7 Border Color
<div style="border:3px solid #dfebd7">
Div here</div>
This div border color is #dfebd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,235,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfebd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfebd7; -webkit-box-shadow: 1px 1px 3px 2px #dfebd7; box-shadow: 1px 1px 3px 2px #dfebd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,235,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfebd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfebd7; -webkit-box-shadow: 1px 1px 3px 2px #dfebd7; box-shadow: 1px 1px 3px 2px #dfebd7;">
Div content here</div>
This div box has shadow with color #dfebd7
Comments
No comments written yet.
Please login to write comment.