Color spaces of #ffea96
RGB | 255 | 234 | 150 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.79 |
HSV | 48° | 41° | 100° |
CMYK | 0.00 | 0.08 | 0.41 0.00 |
XYZ | 76.1678 | 82.3076 | 40.7267 |
Yxy | 82.3076 | 0.3824 | 0.4132 |
Hunter Lab | 90.7235 | -8.9048 | 36.8906 |
CIE-Lab | 92.7105 | -4.1559 | 43.3299 |
#ffea96 color RGB value is (255,234,150).
#ffea96 hex color red value is 255, green value is 234 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ffea96 hue: 0.13 , saturation: 1.00 and the lightness value of ffea96 is 0.79.
The process color (four color CMYK) of #ffea96 color hex is 0.00, 0.08, 0.41, 0.00. Web safe color of #ffea96 is #ffff99. Color #ffea96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101010 | 10010110 |
Octal | 377 | 352 | 226 |
Decimal | 255 | 234 | 150 |
Hex | FF | EA | 96 |
Shades of #ffea96
Tints of #ffea96
RGB Percentages of Color #ffea96
CMYK Percentages of Color #ffea96
Complementary Color
#ffea96 | #96abff |
#ffea96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffea96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffea96 Color CSS Codes
.mybgcolor {background-color:#ffea96; } .myforecolor {color:#ffea96; } .mybordercolor {border:3px solid #ffea96; }
#ffea96 Text Font Color
<p style="color:#ffea96">Text here</p>
This sample text font color is #ffea96
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.
#ffea96 Background Color
<div style="background-color:#ffea96">
Div content here</div>
This div background color is #ffea96
#ffea96 Border Color
<div style="border:3px solid #ffea96">
Div here</div>
This div border color is #ffea96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,234,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffea96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffea96; -webkit-box-shadow: 1px 1px 3px 2px #ffea96; box-shadow: 1px 1px 3px 2px #ffea96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,234,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffea96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffea96; -webkit-box-shadow: 1px 1px 3px 2px #ffea96; box-shadow: 1px 1px 3px 2px #ffea96;">
Div content here</div>
This div box has shadow with color #ffea96
#ffea96 Color Palettes
Comments
No comments written yet.
Please login to write comment.