Color spaces of #ffd8ef
RGB | 255 | 216 | 239 |
---|---|---|---|
HSL | 0.90 | 1.00 | 0.92 |
HSV | 325° | 15° | 100° |
CMYK | 0.00 | 0.15 | 0.06 0.00 |
XYZ | 81.3759 | 76.6037 | 92.1584 |
Yxy | 76.6037 | 0.3253 | 0.3062 |
Hunter Lab | 87.5235 | 12.7960 | -1.1633 |
CIE-Lab | 90.1389 | 17.2812 | -6.1876 |
#ffd8ef color RGB value is (255,216,239).
#ffd8ef hex color red value is 255, green value is 216 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ffd8ef hue: 0.90 , saturation: 1.00 and the lightness value of ffd8ef is 0.92.
The process color (four color CMYK) of #ffd8ef color hex is 0.00, 0.15, 0.06, 0.00. Web safe color of #ffd8ef is #ffccff. Color #ffd8ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011000 | 11101111 |
Octal | 377 | 330 | 357 |
Decimal | 255 | 216 | 239 |
Hex | FF | D8 | EF |
Shades of #ffd8ef
Tints of #ffd8ef
RGB Percentages of Color #ffd8ef
CMYK Percentages of Color #ffd8ef
Complementary Color
#ffd8ef | #d8ffe8 |
#ffd8ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd8ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd8ef Color CSS Codes
.mybgcolor {background-color:#ffd8ef; } .myforecolor {color:#ffd8ef; } .mybordercolor {border:3px solid #ffd8ef; }
#ffd8ef Text Font Color
<p style="color:#ffd8ef">Text here</p>
This sample text font color is #ffd8ef
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.
#ffd8ef Background Color
<div style="background-color:#ffd8ef">
Div content here</div>
This div background color is #ffd8ef
#ffd8ef Border Color
<div style="border:3px solid #ffd8ef">
Div here</div>
This div border color is #ffd8ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,216,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd8ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd8ef; -webkit-box-shadow: 1px 1px 3px 2px #ffd8ef; box-shadow: 1px 1px 3px 2px #ffd8ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,216,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd8ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd8ef; -webkit-box-shadow: 1px 1px 3px 2px #ffd8ef; box-shadow: 1px 1px 3px 2px #ffd8ef;">
Div content here</div>
This div box has shadow with color #ffd8ef
#ffd8ef Color Palettes
Comments
No comments written yet.
Please login to write comment.