Color spaces of #fef345
RGB | 254 | 243 | 69 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.63 |
HSV | 56° | 73° | 100° |
CMYK | 0.00 | 0.04 | 0.73 0.00 |
XYZ | 73.9978 | 85.6017 | 18.2529 |
Yxy | 85.6017 | 0.4161 | 0.4813 |
Hunter Lab | 92.5212 | -19.1490 | 53.0679 |
CIE-Lab | 94.1418 | -14.7784 | 79.6220 |
#fef345 color RGB value is (254,243,69).
#fef345 hex color red value is 254, green value is 243 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fef345 hue: 0.16 , saturation: 0.99 and the lightness value of fef345 is 0.63.
The process color (four color CMYK) of #fef345 color hex is 0.00, 0.04, 0.73, 0.00. Web safe color of #fef345 is #ffff33. Color #fef345 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110011 | 01000101 |
Octal | 376 | 363 | 105 |
Decimal | 254 | 243 | 69 |
Hex | FE | F3 | 45 |
Shades of #fef345
Tints of #fef345
RGB Percentages of Color #fef345
CMYK Percentages of Color #fef345
Complementary Color
#fef345 | #4550fe |
#fef345 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef345 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef345 Color CSS Codes
.mybgcolor {background-color:#fef345; } .myforecolor {color:#fef345; } .mybordercolor {border:3px solid #fef345; }
#fef345 Text Font Color
<p style="color:#fef345">Text here</p>
This sample text font color is #fef345
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.
#fef345 Background Color
<div style="background-color:#fef345">
Div content here</div>
This div background color is #fef345
#fef345 Border Color
<div style="border:3px solid #fef345">
Div here</div>
This div border color is #fef345
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,243,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef345; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef345; -webkit-box-shadow: 1px 1px 3px 2px #fef345; box-shadow: 1px 1px 3px 2px #fef345; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,243,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef345">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef345; -webkit-box-shadow: 1px 1px 3px 2px #fef345; box-shadow: 1px 1px 3px 2px #fef345;">
Div content here</div>
This div box has shadow with color #fef345
Comments
No comments written yet.
Please login to write comment.