Color spaces of #f5fcdb
RGB | 245 | 252 | 219 |
---|---|---|---|
HSL | 0.20 | 0.85 | 0.92 |
HSV | 73° | 13° | 99° |
CMYK | 0.03 | 0.00 | 0.13 0.01 |
XYZ | 85.2528 | 94.1478 | 80.6969 |
Yxy | 94.1478 | 0.3278 | 0.3620 |
Hunter Lab | 97.0298 | -12.9676 | 18.6111 |
CIE-Lab | 97.6915 | -7.8501 | 15.0267 |
#f5fcdb color RGB value is (245,252,219).
#f5fcdb hex color red value is 245, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f5fcdb hue: 0.20 , saturation: 0.85 and the lightness value of f5fcdb is 0.92.
The process color (four color CMYK) of #f5fcdb color hex is 0.03, 0.00, 0.13, 0.01. Web safe color of #f5fcdb is #ffffcc. Color #f5fcdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11111100 | 11011011 |
Octal | 365 | 374 | 333 |
Decimal | 245 | 252 | 219 |
Hex | F5 | FC | DB |
Shades of #f5fcdb
Tints of #f5fcdb
RGB Percentages of Color #f5fcdb
CMYK Percentages of Color #f5fcdb
Complementary Color
#f5fcdb | #e2dbfc |
#f5fcdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5fcdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5fcdb Color CSS Codes
.mybgcolor {background-color:#f5fcdb; } .myforecolor {color:#f5fcdb; } .mybordercolor {border:3px solid #f5fcdb; }
#f5fcdb Text Font Color
<p style="color:#f5fcdb">Text here</p>
This sample text font color is #f5fcdb
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.
#f5fcdb Background Color
<div style="background-color:#f5fcdb">
Div content here</div>
This div background color is #f5fcdb
#f5fcdb Border Color
<div style="border:3px solid #f5fcdb">
Div here</div>
This div border color is #f5fcdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,252,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5fcdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5fcdb; -webkit-box-shadow: 1px 1px 3px 2px #f5fcdb; box-shadow: 1px 1px 3px 2px #f5fcdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,252,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5fcdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5fcdb; -webkit-box-shadow: 1px 1px 3px 2px #f5fcdb; box-shadow: 1px 1px 3px 2px #f5fcdb;">
Div content here</div>
This div box has shadow with color #f5fcdb
Comments
No comments written yet.
Please login to write comment.