Color spaces of #ffe077
RGB | 255 | 224 | 119 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.73 |
HSV | 46° | 53° | 100° |
CMYK | 0.00 | 0.12 | 0.53 0.00 |
XYZ | 71.2254 | 75.9032 | 28.3496 |
Yxy | 75.9032 | 0.4059 | 0.4326 |
Hunter Lab | 87.1224 | -6.5348 | 41.6928 |
CIE-Lab | 89.8144 | -1.9435 | 54.7284 |
#ffe077 color RGB value is (255,224,119).
#ffe077 hex color red value is 255, green value is 224 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ffe077 hue: 0.13 , saturation: 1.00 and the lightness value of ffe077 is 0.73.
The process color (four color CMYK) of #ffe077 color hex is 0.00, 0.12, 0.53, 0.00. Web safe color of #ffe077 is #ffcc66. Color #ffe077 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100000 | 01110111 |
Octal | 377 | 340 | 167 |
Decimal | 255 | 224 | 119 |
Hex | FF | E0 | 77 |
Shades of #ffe077
Tints of #ffe077
RGB Percentages of Color #ffe077
CMYK Percentages of Color #ffe077
Complementary Color
#ffe077 | #7796ff |
#ffe077 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe077 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe077 Color CSS Codes
.mybgcolor {background-color:#ffe077; } .myforecolor {color:#ffe077; } .mybordercolor {border:3px solid #ffe077; }
#ffe077 Text Font Color
<p style="color:#ffe077">Text here</p>
This sample text font color is #ffe077
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.
#ffe077 Background Color
<div style="background-color:#ffe077">
Div content here</div>
This div background color is #ffe077
#ffe077 Border Color
<div style="border:3px solid #ffe077">
Div here</div>
This div border color is #ffe077
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,224,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe077; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe077; -webkit-box-shadow: 1px 1px 3px 2px #ffe077; box-shadow: 1px 1px 3px 2px #ffe077; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,224,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 #ffe077">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe077; -webkit-box-shadow: 1px 1px 3px 2px #ffe077; box-shadow: 1px 1px 3px 2px #ffe077;">
Div content here</div>
This div box has shadow with color #ffe077
Comments
No comments written yet.
Please login to write comment.