Color spaces of #fee67c
RGB | 254 | 230 | 124 |
---|---|---|---|
HSL | 0.14 | 0.98 | 0.74 |
HSV | 49° | 51° | 100° |
CMYK | 0.00 | 0.09 | 0.51 0.00 |
XYZ | 72.8080 | 79.1197 | 30.5030 |
Yxy | 79.1197 | 0.3991 | 0.4337 |
Hunter Lab | 88.9493 | -9.5529 | 41.9324 |
CIE-Lab | 91.2884 | -4.9580 | 54.1148 |
#fee67c color RGB value is (254,230,124).
#fee67c hex color red value is 254, green value is 230 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fee67c hue: 0.14 , saturation: 0.98 and the lightness value of fee67c is 0.74.
The process color (four color CMYK) of #fee67c color hex is 0.00, 0.09, 0.51, 0.00. Web safe color of #fee67c is #ffff66. Color #fee67c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100110 | 01111100 |
Octal | 376 | 346 | 174 |
Decimal | 254 | 230 | 124 |
Hex | FE | E6 | 7C |
Shades of #fee67c
Tints of #fee67c
RGB Percentages of Color #fee67c
CMYK Percentages of Color #fee67c
Complementary Color
#fee67c | #7c94fe |
#fee67c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee67c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee67c Color CSS Codes
.mybgcolor {background-color:#fee67c; } .myforecolor {color:#fee67c; } .mybordercolor {border:3px solid #fee67c; }
#fee67c Text Font Color
<p style="color:#fee67c">Text here</p>
This sample text font color is #fee67c
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.
#fee67c Background Color
<div style="background-color:#fee67c">
Div content here</div>
This div background color is #fee67c
#fee67c Border Color
<div style="border:3px solid #fee67c">
Div here</div>
This div border color is #fee67c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,230,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee67c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee67c; -webkit-box-shadow: 1px 1px 3px 2px #fee67c; box-shadow: 1px 1px 3px 2px #fee67c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,230,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee67c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee67c; -webkit-box-shadow: 1px 1px 3px 2px #fee67c; box-shadow: 1px 1px 3px 2px #fee67c;">
Div content here</div>
This div box has shadow with color #fee67c
Comments
No comments written yet.
Please login to write comment.