Color spaces of #f5edba
RGB | 245 | 237 | 186 |
---|---|---|---|
HSL | 0.14 | 0.75 | 0.85 |
HSV | 52° | 24° | 96° |
CMYK | 0.00 | 0.03 | 0.24 0.04 |
XYZ | 76.8033 | 83.5260 | 58.5285 |
Yxy | 83.5260 | 0.3509 | 0.3816 |
Hunter Lab | 91.3926 | -9.9315 | 26.0050 |
CIE-Lab | 93.2442 | -5.1686 | 25.7352 |
#f5edba color RGB value is (245,237,186).
#f5edba hex color red value is 245, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f5edba hue: 0.14 , saturation: 0.75 and the lightness value of f5edba is 0.85.
The process color (four color CMYK) of #f5edba color hex is 0.00, 0.03, 0.24, 0.04. Web safe color of #f5edba is #ffffcc. Color #f5edba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11101101 | 10111010 |
Octal | 365 | 355 | 272 |
Decimal | 245 | 237 | 186 |
Hex | F5 | ED | BA |
Shades of #f5edba
Tints of #f5edba
RGB Percentages of Color #f5edba
CMYK Percentages of Color #f5edba
Complementary Color
#f5edba | #bac2f5 |
#f5edba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5edba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5edba Color CSS Codes
.mybgcolor {background-color:#f5edba; } .myforecolor {color:#f5edba; } .mybordercolor {border:3px solid #f5edba; }
#f5edba Text Font Color
<p style="color:#f5edba">Text here</p>
This sample text font color is #f5edba
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.
#f5edba Background Color
<div style="background-color:#f5edba">
Div content here</div>
This div background color is #f5edba
#f5edba Border Color
<div style="border:3px solid #f5edba">
Div here</div>
This div border color is #f5edba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,237,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5edba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5edba; -webkit-box-shadow: 1px 1px 3px 2px #f5edba; box-shadow: 1px 1px 3px 2px #f5edba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,237,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5edba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5edba; -webkit-box-shadow: 1px 1px 3px 2px #f5edba; box-shadow: 1px 1px 3px 2px #f5edba;">
Div content here</div>
This div box has shadow with color #f5edba
Comments
No comments written yet.
Please login to write comment.