Color spaces of #fee95b
RGB | 254 | 233 | 91 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.68 |
HSV | 52° | 64° | 100° |
CMYK | 0.00 | 0.08 | 0.64 0.00 |
XYZ | 71.9003 | 80.1040 | 21.5696 |
Yxy | 80.1040 | 0.4142 | 0.4615 |
Hunter Lab | 89.5008 | -13.2289 | 48.3618 |
CIE-Lab | 91.7315 | -8.7770 | 69.1550 |
#fee95b color RGB value is (254,233,91).
#fee95b hex color red value is 254, green value is 233 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fee95b hue: 0.15 , saturation: 0.99 and the lightness value of fee95b is 0.68.
The process color (four color CMYK) of #fee95b color hex is 0.00, 0.08, 0.64, 0.00. Web safe color of #fee95b is #ffff66. Color #fee95b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101001 | 01011011 |
Octal | 376 | 351 | 133 |
Decimal | 254 | 233 | 91 |
Hex | FE | E9 | 5B |
Shades of #fee95b
Tints of #fee95b
RGB Percentages of Color #fee95b
CMYK Percentages of Color #fee95b
Complementary Color
#fee95b | #5b70fe |
#fee95b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee95b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee95b Color CSS Codes
.mybgcolor {background-color:#fee95b; } .myforecolor {color:#fee95b; } .mybordercolor {border:3px solid #fee95b; }
#fee95b Text Font Color
<p style="color:#fee95b">Text here</p>
This sample text font color is #fee95b
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.
#fee95b Background Color
<div style="background-color:#fee95b">
Div content here</div>
This div background color is #fee95b
#fee95b Border Color
<div style="border:3px solid #fee95b">
Div here</div>
This div border color is #fee95b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,233,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee95b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee95b; -webkit-box-shadow: 1px 1px 3px 2px #fee95b; box-shadow: 1px 1px 3px 2px #fee95b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,233,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee95b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee95b; -webkit-box-shadow: 1px 1px 3px 2px #fee95b; box-shadow: 1px 1px 3px 2px #fee95b;">
Div content here</div>
This div box has shadow with color #fee95b
Comments
No comments written yet.
Please login to write comment.