Color spaces of #ffd094
RGB | 255 | 208 | 148 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.79 |
HSV | 34° | 42° | 100° |
CMYK | 0.00 | 0.18 | 0.42 0.00 |
XYZ | 69.1412 | 68.5099 | 37.5966 |
Yxy | 68.5099 | 0.3945 | 0.3909 |
Hunter Lab | 82.7707 | 4.2584 | 31.0084 |
CIE-Lab | 86.2608 | 8.9000 | 36.0003 |
#ffd094 color RGB value is (255,208,148).
#ffd094 hex color red value is 255, green value is 208 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ffd094 hue: 0.09 , saturation: 1.00 and the lightness value of ffd094 is 0.79.
The process color (four color CMYK) of #ffd094 color hex is 0.00, 0.18, 0.42, 0.00. Web safe color of #ffd094 is #ffcc99. Color #ffd094 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010000 | 10010100 |
Octal | 377 | 320 | 224 |
Decimal | 255 | 208 | 148 |
Hex | FF | D0 | 94 |
Shades of #ffd094
Tints of #ffd094
RGB Percentages of Color #ffd094
CMYK Percentages of Color #ffd094
Complementary Color
#ffd094 | #94c3ff |
#ffd094 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd094 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd094 Color CSS Codes
.mybgcolor {background-color:#ffd094; } .myforecolor {color:#ffd094; } .mybordercolor {border:3px solid #ffd094; }
#ffd094 Text Font Color
<p style="color:#ffd094">Text here</p>
This sample text font color is #ffd094
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.
#ffd094 Background Color
<div style="background-color:#ffd094">
Div content here</div>
This div background color is #ffd094
#ffd094 Border Color
<div style="border:3px solid #ffd094">
Div here</div>
This div border color is #ffd094
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,208,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd094; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd094; -webkit-box-shadow: 1px 1px 3px 2px #ffd094; box-shadow: 1px 1px 3px 2px #ffd094; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,208,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd094">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd094; -webkit-box-shadow: 1px 1px 3px 2px #ffd094; box-shadow: 1px 1px 3px 2px #ffd094;">
Div content here</div>
This div box has shadow with color #ffd094
#ffd094 Color Palettes
Comments
No comments written yet.
Please login to write comment.