Color spaces of #fedb88
RGB | 254 | 219 | 136 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.76 |
HSV | 42° | 46° | 100° |
CMYK | 0.00 | 0.14 | 0.46 0.00 |
XYZ | 70.6485 | 73.5114 | 33.7581 |
Yxy | 73.5114 | 0.3971 | 0.4132 |
Hunter Lab | 85.7388 | -2.9594 | 36.6728 |
CIE-Lab | 88.6910 | 1.6690 | 45.1380 |
#fedb88 color RGB value is (254,219,136).
#fedb88 hex color red value is 254, green value is 219 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fedb88 hue: 0.12 , saturation: 0.98 and the lightness value of fedb88 is 0.76.
The process color (four color CMYK) of #fedb88 color hex is 0.00, 0.14, 0.46, 0.00. Web safe color of #fedb88 is #ffcc99. Color #fedb88 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011011 | 10001000 |
Octal | 376 | 333 | 210 |
Decimal | 254 | 219 | 136 |
Hex | FE | DB | 88 |
Shades of #fedb88
Tints of #fedb88
RGB Percentages of Color #fedb88
CMYK Percentages of Color #fedb88
Complementary Color
#fedb88 | #88abfe |
#fedb88 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedb88 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedb88 Color CSS Codes
.mybgcolor {background-color:#fedb88; } .myforecolor {color:#fedb88; } .mybordercolor {border:3px solid #fedb88; }
#fedb88 Text Font Color
<p style="color:#fedb88">Text here</p>
This sample text font color is #fedb88
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.
#fedb88 Background Color
<div style="background-color:#fedb88">
Div content here</div>
This div background color is #fedb88
#fedb88 Border Color
<div style="border:3px solid #fedb88">
Div here</div>
This div border color is #fedb88
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,219,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedb88; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedb88; -webkit-box-shadow: 1px 1px 3px 2px #fedb88; box-shadow: 1px 1px 3px 2px #fedb88; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,219,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedb88">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedb88; -webkit-box-shadow: 1px 1px 3px 2px #fedb88; box-shadow: 1px 1px 3px 2px #fedb88;">
Div content here</div>
This div box has shadow with color #fedb88
Comments
No comments written yet.
Please login to write comment.