Color spaces of #fef277
RGB | 254 | 242 | 119 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.73 |
HSV | 55° | 53° | 100° |
CMYK | 0.00 | 0.05 | 0.53 0.00 |
XYZ | 75.9550 | 85.9070 | 30.0312 |
Yxy | 85.9070 | 0.3958 | 0.4477 |
Hunter Lab | 92.6860 | -15.9221 | 45.6697 |
CIE-Lab | 94.2726 | -11.3221 | 59.9382 |
#fef277 color RGB value is (254,242,119).
#fef277 hex color red value is 254, green value is 242 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fef277 hue: 0.15 , saturation: 0.99 and the lightness value of fef277 is 0.73.
The process color (four color CMYK) of #fef277 color hex is 0.00, 0.05, 0.53, 0.00. Web safe color of #fef277 is #ffff66. Color #fef277 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110010 | 01110111 |
Octal | 376 | 362 | 167 |
Decimal | 254 | 242 | 119 |
Hex | FE | F2 | 77 |
Shades of #fef277
Tints of #fef277
RGB Percentages of Color #fef277
CMYK Percentages of Color #fef277
Complementary Color
#fef277 | #7783fe |
#fef277 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef277 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef277 Color CSS Codes
.mybgcolor {background-color:#fef277; } .myforecolor {color:#fef277; } .mybordercolor {border:3px solid #fef277; }
#fef277 Text Font Color
<p style="color:#fef277">Text here</p>
This sample text font color is #fef277
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.
#fef277 Background Color
<div style="background-color:#fef277">
Div content here</div>
This div background color is #fef277
#fef277 Border Color
<div style="border:3px solid #fef277">
Div here</div>
This div border color is #fef277
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,242,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef277; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef277; -webkit-box-shadow: 1px 1px 3px 2px #fef277; box-shadow: 1px 1px 3px 2px #fef277; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,242,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef277">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef277; -webkit-box-shadow: 1px 1px 3px 2px #fef277; box-shadow: 1px 1px 3px 2px #fef277;">
Div content here</div>
This div box has shadow with color #fef277
Comments
No comments written yet.
Please login to write comment.