Color spaces of #dfebde
RGB | 223 | 235 | 222 |
---|---|---|---|
HSL | 0.32 | 0.25 | 0.90 |
HSV | 115° | 6° | 92° |
CMYK | 0.05 | 0.00 | 0.06 0.08 |
XYZ | 73.3246 | 80.3786 | 80.7572 |
Yxy | 80.3786 | 0.3127 | 0.3428 |
Hunter Lab | 89.6541 | -10.9065 | 9.3516 |
CIE-Lab | 91.8545 | -6.3184 | 4.9177 |
#dfebde color RGB value is (223,235,222).
#dfebde hex color red value is 223, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfebde hue: 0.32 , saturation: 0.25 and the lightness value of dfebde is 0.90.
The process color (four color CMYK) of #dfebde color hex is 0.05, 0.00, 0.06, 0.08. Web safe color of #dfebde is #ccffcc. Color #dfebde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101011 | 11011110 |
Octal | 337 | 353 | 336 |
Decimal | 223 | 235 | 222 |
Hex | DF | EB | DE |
Shades of #dfebde
Tints of #dfebde
RGB Percentages of Color #dfebde
CMYK Percentages of Color #dfebde
Complementary Color
#dfebde | #eadeeb |
#dfebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfebde Color CSS Codes
.mybgcolor {background-color:#dfebde; } .myforecolor {color:#dfebde; } .mybordercolor {border:3px solid #dfebde; }
#dfebde Text Font Color
<p style="color:#dfebde">Text here</p>
This sample text font color is #dfebde
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.
#dfebde Background Color
<div style="background-color:#dfebde">
Div content here</div>
This div background color is #dfebde
#dfebde Border Color
<div style="border:3px solid #dfebde">
Div here</div>
This div border color is #dfebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfebde; -webkit-box-shadow: 1px 1px 3px 2px #dfebde; box-shadow: 1px 1px 3px 2px #dfebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfebde; -webkit-box-shadow: 1px 1px 3px 2px #dfebde; box-shadow: 1px 1px 3px 2px #dfebde;">
Div content here</div>
This div box has shadow with color #dfebde
Comments
No comments written yet.
Please login to write comment.