Color spaces of #f7eefa
RGB | 247 | 238 | 250 |
---|---|---|---|
HSL | 0.79 | 0.55 | 0.96 |
HSV | 285° | 5° | 98° |
CMYK | 0.01 | 0.05 | 0.00 0.02 |
XYZ | 86.1876 | 87.8254 | 102.8519 |
Yxy | 87.8254 | 0.3113 | 0.3172 |
Hunter Lab | 93.7152 | 0.1605 | 0.5302 |
CIE-Lab | 95.0874 | 5.1306 | -4.7070 |
#f7eefa color RGB value is (247,238,250).
#f7eefa hex color red value is 247, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f7eefa hue: 0.79 , saturation: 0.55 and the lightness value of f7eefa is 0.96.
The process color (four color CMYK) of #f7eefa color hex is 0.01, 0.05, 0.00, 0.02. Web safe color of #f7eefa is #ffffff. Color #f7eefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11101110 | 11111010 |
Octal | 367 | 356 | 372 |
Decimal | 247 | 238 | 250 |
Hex | F7 | EE | FA |
Shades of #f7eefa
Tints of #f7eefa
RGB Percentages of Color #f7eefa
CMYK Percentages of Color #f7eefa
Complementary Color
#f7eefa | #f1faee |
#f7eefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7eefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7eefa Color CSS Codes
.mybgcolor {background-color:#f7eefa; } .myforecolor {color:#f7eefa; } .mybordercolor {border:3px solid #f7eefa; }
#f7eefa Text Font Color
<p style="color:#f7eefa">Text here</p>
This sample text font color is #f7eefa
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.
#f7eefa Background Color
<div style="background-color:#f7eefa">
Div content here</div>
This div background color is #f7eefa
#f7eefa Border Color
<div style="border:3px solid #f7eefa">
Div here</div>
This div border color is #f7eefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,238,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7eefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7eefa; -webkit-box-shadow: 1px 1px 3px 2px #f7eefa; box-shadow: 1px 1px 3px 2px #f7eefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,238,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7eefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7eefa; -webkit-box-shadow: 1px 1px 3px 2px #f7eefa; box-shadow: 1px 1px 3px 2px #f7eefa;">
Div content here</div>
This div box has shadow with color #f7eefa
Comments
No comments written yet.
Please login to write comment.