Color spaces of #ffc497
RGB | 255 | 196 | 151 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.80 |
HSV | 26° | 41° | 100° |
CMYK | 0.00 | 0.23 | 0.41 0.00 |
XYZ | 66.5658 | 62.9742 | 37.9250 |
Yxy | 62.9742 | 0.3975 | 0.3760 |
Hunter Lab | 79.3563 | 10.8562 | 27.2142 |
CIE-Lab | 83.4288 | 15.4527 | 30.7103 |
#ffc497 color RGB value is (255,196,151).
#ffc497 hex color red value is 255, green value is 196 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ffc497 hue: 0.07 , saturation: 1.00 and the lightness value of ffc497 is 0.80.
The process color (four color CMYK) of #ffc497 color hex is 0.00, 0.23, 0.41, 0.00. Web safe color of #ffc497 is #ffcc99. Color #ffc497 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000100 | 10010111 |
Octal | 377 | 304 | 227 |
Decimal | 255 | 196 | 151 |
Hex | FF | C4 | 97 |
Shades of #ffc497
Tints of #ffc497
RGB Percentages of Color #ffc497
CMYK Percentages of Color #ffc497
Complementary Color
#ffc497 | #97d2ff |
#ffc497 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc497 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc497 Color CSS Codes
.mybgcolor {background-color:#ffc497; } .myforecolor {color:#ffc497; } .mybordercolor {border:3px solid #ffc497; }
#ffc497 Text Font Color
<p style="color:#ffc497">Text here</p>
This sample text font color is #ffc497
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.
#ffc497 Background Color
<div style="background-color:#ffc497">
Div content here</div>
This div background color is #ffc497
#ffc497 Border Color
<div style="border:3px solid #ffc497">
Div here</div>
This div border color is #ffc497
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,196,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc497; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc497; -webkit-box-shadow: 1px 1px 3px 2px #ffc497; box-shadow: 1px 1px 3px 2px #ffc497; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,196,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc497">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc497; -webkit-box-shadow: 1px 1px 3px 2px #ffc497; box-shadow: 1px 1px 3px 2px #ffc497;">
Div content here</div>
This div box has shadow with color #ffc497
Comments
No comments written yet.
Please login to write comment.