Color spaces of #dffebc
RGB | 223 | 254 | 188 |
---|---|---|---|
HSL | 0.24 | 0.97 | 0.87 |
HSV | 88° | 26° | 100° |
CMYK | 0.12 | 0.00 | 0.26 0.00 |
XYZ | 74.9503 | 90.2024 | 61.0375 |
Yxy | 90.2024 | 0.3314 | 0.3988 |
Hunter Lab | 94.9749 | -25.3413 | 28.3786 |
CIE-Lab | 96.0807 | -21.1705 | 28.3343 |
#dffebc color RGB value is (223,254,188).
#dffebc hex color red value is 223, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dffebc hue: 0.24 , saturation: 0.97 and the lightness value of dffebc is 0.87.
The process color (four color CMYK) of #dffebc color hex is 0.12, 0.00, 0.26, 0.00. Web safe color of #dffebc is #ccffcc. Color #dffebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111110 | 10111100 |
Octal | 337 | 376 | 274 |
Decimal | 223 | 254 | 188 |
Hex | DF | FE | BC |
Shades of #dffebc
Tints of #dffebc
RGB Percentages of Color #dffebc
CMYK Percentages of Color #dffebc
Complementary Color
#dffebc | #dbbcfe |
#dffebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffebc Color CSS Codes
.mybgcolor {background-color:#dffebc; } .myforecolor {color:#dffebc; } .mybordercolor {border:3px solid #dffebc; }
#dffebc Text Font Color
<p style="color:#dffebc">Text here</p>
This sample text font color is #dffebc
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.
#dffebc Background Color
<div style="background-color:#dffebc">
Div content here</div>
This div background color is #dffebc
#dffebc Border Color
<div style="border:3px solid #dffebc">
Div here</div>
This div border color is #dffebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,254,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffebc; -webkit-box-shadow: 1px 1px 3px 2px #dffebc; box-shadow: 1px 1px 3px 2px #dffebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,254,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffebc; -webkit-box-shadow: 1px 1px 3px 2px #dffebc; box-shadow: 1px 1px 3px 2px #dffebc;">
Div content here</div>
This div box has shadow with color #dffebc
Comments
No comments written yet.
Please login to write comment.