Color spaces of #f5ebbc
RGB | 245 | 235 | 188 |
---|---|---|---|
HSL | 0.14 | 0.74 | 0.85 |
HSV | 49° | 23° | 96° |
CMYK | 0.00 | 0.04 | 0.23 0.04 |
XYZ | 76.4416 | 82.4600 | 59.4644 |
Yxy | 82.4600 | 0.3501 | 0.3776 |
Hunter Lab | 90.8075 | -8.6521 | 24.7398 |
CIE-Lab | 92.7775 | -3.8891 | 24.0683 |
#f5ebbc color RGB value is (245,235,188).
#f5ebbc hex color red value is 245, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f5ebbc hue: 0.14 , saturation: 0.74 and the lightness value of f5ebbc is 0.85.
The process color (four color CMYK) of #f5ebbc color hex is 0.00, 0.04, 0.23, 0.04. Web safe color of #f5ebbc is #ffffcc. Color #f5ebbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11101011 | 10111100 |
Octal | 365 | 353 | 274 |
Decimal | 245 | 235 | 188 |
Hex | F5 | EB | BC |
Shades of #f5ebbc
Tints of #f5ebbc
RGB Percentages of Color #f5ebbc
CMYK Percentages of Color #f5ebbc
Complementary Color
#f5ebbc | #bcc6f5 |
#f5ebbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5ebbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5ebbc Color CSS Codes
.mybgcolor {background-color:#f5ebbc; } .myforecolor {color:#f5ebbc; } .mybordercolor {border:3px solid #f5ebbc; }
#f5ebbc Text Font Color
<p style="color:#f5ebbc">Text here</p>
This sample text font color is #f5ebbc
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.
#f5ebbc Background Color
<div style="background-color:#f5ebbc">
Div content here</div>
This div background color is #f5ebbc
#f5ebbc Border Color
<div style="border:3px solid #f5ebbc">
Div here</div>
This div border color is #f5ebbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,235,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ebbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5ebbc; -webkit-box-shadow: 1px 1px 3px 2px #f5ebbc; box-shadow: 1px 1px 3px 2px #f5ebbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,235,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 #f5ebbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5ebbc; -webkit-box-shadow: 1px 1px 3px 2px #f5ebbc; box-shadow: 1px 1px 3px 2px #f5ebbc;">
Div content here</div>
This div box has shadow with color #f5ebbc
Comments
No comments written yet.
Please login to write comment.