Color spaces of #f0cdba
RGB | 240 | 205 | 186 |
---|---|---|---|
HSL | 0.06 | 0.64 | 0.84 |
HSV | 21° | 23° | 94° |
CMYK | 0.00 | 0.15 | 0.23 0.06 |
XYZ | 66.6294 | 65.7331 | 55.6304 |
Yxy | 65.7331 | 0.3544 | 0.3497 |
Hunter Lab | 81.0760 | 4.8110 | 16.0712 |
CIE-Lab | 84.8601 | 9.4248 | 14.0094 |
#f0cdba color RGB value is (240,205,186).
#f0cdba hex color red value is 240, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f0cdba hue: 0.06 , saturation: 0.64 and the lightness value of f0cdba is 0.84.
The process color (four color CMYK) of #f0cdba color hex is 0.00, 0.15, 0.23, 0.06. Web safe color of #f0cdba is #ffcccc. Color #f0cdba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 11001101 | 10111010 |
Octal | 360 | 315 | 272 |
Decimal | 240 | 205 | 186 |
Hex | F0 | CD | BA |
Shades of #f0cdba
Tints of #f0cdba
RGB Percentages of Color #f0cdba
CMYK Percentages of Color #f0cdba
Complementary Color
#f0cdba | #baddf0 |
#f0cdba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0cdba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0cdba Color CSS Codes
.mybgcolor {background-color:#f0cdba; } .myforecolor {color:#f0cdba; } .mybordercolor {border:3px solid #f0cdba; }
#f0cdba Text Font Color
<p style="color:#f0cdba">Text here</p>
This sample text font color is #f0cdba
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.
#f0cdba Background Color
<div style="background-color:#f0cdba">
Div content here</div>
This div background color is #f0cdba
#f0cdba Border Color
<div style="border:3px solid #f0cdba">
Div here</div>
This div border color is #f0cdba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,205,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0cdba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0cdba; -webkit-box-shadow: 1px 1px 3px 2px #f0cdba; box-shadow: 1px 1px 3px 2px #f0cdba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,205,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 #f0cdba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0cdba; -webkit-box-shadow: 1px 1px 3px 2px #f0cdba; box-shadow: 1px 1px 3px 2px #f0cdba;">
Div content here</div>
This div box has shadow with color #f0cdba
#f0cdba Color Palettes
Comments
No comments written yet.
Please login to write comment.