Color spaces of #ffefe8
RGB | 255 | 239 | 232 |
---|---|---|---|
HSL | 0.05 | 1.00 | 0.95 |
HSV | 18° | 9° | 100° |
CMYK | 0.00 | 0.06 | 0.09 0.00 |
XYZ | 86.6720 | 88.8192 | 88.9196 |
Yxy | 88.8192 | 0.3278 | 0.3359 |
Hunter Lab | 94.2439 | -0.7683 | 10.0304 |
CIE-Lab | 95.5048 | 4.2363 | 5.3067 |
#ffefe8 color RGB value is (255,239,232).
#ffefe8 hex color red value is 255, green value is 239 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ffefe8 hue: 0.05 , saturation: 1.00 and the lightness value of ffefe8 is 0.95.
The process color (four color CMYK) of #ffefe8 color hex is 0.00, 0.06, 0.09, 0.00. Web safe color of #ffefe8 is #ffffff. Color #ffefe8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101111 | 11101000 |
Octal | 377 | 357 | 350 |
Decimal | 255 | 239 | 232 |
Hex | FF | EF | E8 |
Shades of #ffefe8
Tints of #ffefe8
RGB Percentages of Color #ffefe8
CMYK Percentages of Color #ffefe8
Complementary Color
#ffefe8 | #e8f8ff |
#ffefe8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffefe8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffefe8 Color CSS Codes
.mybgcolor {background-color:#ffefe8; } .myforecolor {color:#ffefe8; } .mybordercolor {border:3px solid #ffefe8; }
#ffefe8 Text Font Color
<p style="color:#ffefe8">Text here</p>
This sample text font color is #ffefe8
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.
#ffefe8 Background Color
<div style="background-color:#ffefe8">
Div content here</div>
This div background color is #ffefe8
#ffefe8 Border Color
<div style="border:3px solid #ffefe8">
Div here</div>
This div border color is #ffefe8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,239,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffefe8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffefe8; -webkit-box-shadow: 1px 1px 3px 2px #ffefe8; box-shadow: 1px 1px 3px 2px #ffefe8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,239,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffefe8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffefe8; -webkit-box-shadow: 1px 1px 3px 2px #ffefe8; box-shadow: 1px 1px 3px 2px #ffefe8;">
Div content here</div>
This div box has shadow with color #ffefe8
#ffefe8 Color Palettes
Comments
No comments written yet.
Please login to write comment.