Color spaces of #fecf98
RGB | 254 | 207 | 152 |
---|---|---|---|
HSL | 0.09 | 0.98 | 0.80 |
HSV | 32° | 40° | 100° |
CMYK | 0.00 | 0.19 | 0.40 0.00 |
XYZ | 68.8534 | 67.9635 | 39.1951 |
Yxy | 67.9635 | 0.3912 | 0.3861 |
Hunter Lab | 82.4400 | 4.8122 | 29.5193 |
CIE-Lab | 85.9882 | 9.4502 | 33.5693 |
#fecf98 color RGB value is (254,207,152).
#fecf98 hex color red value is 254, green value is 207 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fecf98 hue: 0.09 , saturation: 0.98 and the lightness value of fecf98 is 0.80.
The process color (four color CMYK) of #fecf98 color hex is 0.00, 0.19, 0.40, 0.00. Web safe color of #fecf98 is #ffcc99. Color #fecf98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001111 | 10011000 |
Octal | 376 | 317 | 230 |
Decimal | 254 | 207 | 152 |
Hex | FE | CF | 98 |
Shades of #fecf98
Tints of #fecf98
RGB Percentages of Color #fecf98
CMYK Percentages of Color #fecf98
Complementary Color
#fecf98 | #98c7fe |
#fecf98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecf98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecf98 Color CSS Codes
.mybgcolor {background-color:#fecf98; } .myforecolor {color:#fecf98; } .mybordercolor {border:3px solid #fecf98; }
#fecf98 Text Font Color
<p style="color:#fecf98">Text here</p>
This sample text font color is #fecf98
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.
#fecf98 Background Color
<div style="background-color:#fecf98">
Div content here</div>
This div background color is #fecf98
#fecf98 Border Color
<div style="border:3px solid #fecf98">
Div here</div>
This div border color is #fecf98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,207,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecf98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecf98; -webkit-box-shadow: 1px 1px 3px 2px #fecf98; box-shadow: 1px 1px 3px 2px #fecf98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,207,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecf98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecf98; -webkit-box-shadow: 1px 1px 3px 2px #fecf98; box-shadow: 1px 1px 3px 2px #fecf98;">
Div content here</div>
This div box has shadow with color #fecf98
Comments
No comments written yet.
Please login to write comment.