Color spaces of #feba78
RGB | 254 | 186 | 120 |
---|---|---|---|
HSL | 0.08 | 0.99 | 0.73 |
HSV | 30° | 53° | 100° |
CMYK | 0.00 | 0.27 | 0.53 0.00 |
XYZ | 61.8221 | 57.5447 | 25.6182 |
Yxy | 57.5447 | 0.4264 | 0.3969 |
Hunter Lab | 75.8582 | 12.7201 | 33.0778 |
CIE-Lab | 80.4850 | 17.3330 | 42.8840 |
#feba78 color RGB value is (254,186,120).
#feba78 hex color red value is 254, green value is 186 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #feba78 hue: 0.08 , saturation: 0.99 and the lightness value of feba78 is 0.73.
The process color (four color CMYK) of #feba78 color hex is 0.00, 0.27, 0.53, 0.00. Web safe color of #feba78 is #ffcc66. Color #feba78 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111010 | 01111000 |
Octal | 376 | 272 | 170 |
Decimal | 254 | 186 | 120 |
Hex | FE | BA | 78 |
Shades of #feba78
Tints of #feba78
RGB Percentages of Color #feba78
CMYK Percentages of Color #feba78
Complementary Color
#feba78 | #78bcfe |
#feba78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feba78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feba78 Color CSS Codes
.mybgcolor {background-color:#feba78; } .myforecolor {color:#feba78; } .mybordercolor {border:3px solid #feba78; }
#feba78 Text Font Color
<p style="color:#feba78">Text here</p>
This sample text font color is #feba78
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.
#feba78 Background Color
<div style="background-color:#feba78">
Div content here</div>
This div background color is #feba78
#feba78 Border Color
<div style="border:3px solid #feba78">
Div here</div>
This div border color is #feba78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,186,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feba78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feba78; -webkit-box-shadow: 1px 1px 3px 2px #feba78; box-shadow: 1px 1px 3px 2px #feba78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,186,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feba78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feba78; -webkit-box-shadow: 1px 1px 3px 2px #feba78; box-shadow: 1px 1px 3px 2px #feba78;">
Div content here</div>
This div box has shadow with color #feba78
Comments
No comments written yet.
Please login to write comment.