Color spaces of #f5eecb
RGB | 245 | 238 | 203 |
---|---|---|---|
HSL | 0.14 | 0.68 | 0.88 |
HSV | 50° | 17° | 96° |
CMYK | 0.00 | 0.03 | 0.17 0.04 |
XYZ | 79.0102 | 84.8733 | 68.7178 |
Yxy | 84.8733 | 0.3397 | 0.3649 |
Hunter Lab | 92.1267 | -8.1356 | 20.2640 |
CIE-Lab | 93.8285 | -3.2684 | 17.8059 |
#f5eecb color RGB value is (245,238,203).
#f5eecb hex color red value is 245, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f5eecb hue: 0.14 , saturation: 0.68 and the lightness value of f5eecb is 0.88.
The process color (four color CMYK) of #f5eecb color hex is 0.00, 0.03, 0.17, 0.04. Web safe color of #f5eecb is #ffffcc. Color #f5eecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11101110 | 11001011 |
Octal | 365 | 356 | 313 |
Decimal | 245 | 238 | 203 |
Hex | F5 | EE | CB |
Shades of #f5eecb
Tints of #f5eecb
RGB Percentages of Color #f5eecb
CMYK Percentages of Color #f5eecb
Complementary Color
#f5eecb | #cbd2f5 |
#f5eecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5eecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5eecb Color CSS Codes
.mybgcolor {background-color:#f5eecb; } .myforecolor {color:#f5eecb; } .mybordercolor {border:3px solid #f5eecb; }
#f5eecb Text Font Color
<p style="color:#f5eecb">Text here</p>
This sample text font color is #f5eecb
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.
#f5eecb Background Color
<div style="background-color:#f5eecb">
Div content here</div>
This div background color is #f5eecb
#f5eecb Border Color
<div style="border:3px solid #f5eecb">
Div here</div>
This div border color is #f5eecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,238,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5eecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5eecb; -webkit-box-shadow: 1px 1px 3px 2px #f5eecb; box-shadow: 1px 1px 3px 2px #f5eecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,238,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5eecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5eecb; -webkit-box-shadow: 1px 1px 3px 2px #f5eecb; box-shadow: 1px 1px 3px 2px #f5eecb;">
Div content here</div>
This div box has shadow with color #f5eecb
Comments
No comments written yet.
Please login to write comment.