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