Color spaces of #fed68b
RGB | 254 | 214 | 139 |
---|---|---|---|
HSL | 0.11 | 0.98 | 0.77 |
HSV | 39° | 45° | 100° |
CMYK | 0.00 | 0.16 | 0.45 0.00 |
XYZ | 69.5798 | 71.0280 | 34.4686 |
Yxy | 71.0280 | 0.3974 | 0.4057 |
Hunter Lab | 84.2781 | -0.1175 | 34.7459 |
CIE-Lab | 87.4986 | 4.5134 | 42.1390 |
#fed68b color RGB value is (254,214,139).
#fed68b hex color red value is 254, green value is 214 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fed68b hue: 0.11 , saturation: 0.98 and the lightness value of fed68b is 0.77.
The process color (four color CMYK) of #fed68b color hex is 0.00, 0.16, 0.45, 0.00. Web safe color of #fed68b is #ffcc99. Color #fed68b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010110 | 10001011 |
Octal | 376 | 326 | 213 |
Decimal | 254 | 214 | 139 |
Hex | FE | D6 | 8B |
Shades of #fed68b
Tints of #fed68b
RGB Percentages of Color #fed68b
CMYK Percentages of Color #fed68b
Complementary Color
#fed68b | #8bb3fe |
#fed68b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed68b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed68b Color CSS Codes
.mybgcolor {background-color:#fed68b; } .myforecolor {color:#fed68b; } .mybordercolor {border:3px solid #fed68b; }
#fed68b Text Font Color
<p style="color:#fed68b">Text here</p>
This sample text font color is #fed68b
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.
#fed68b Background Color
<div style="background-color:#fed68b">
Div content here</div>
This div background color is #fed68b
#fed68b Border Color
<div style="border:3px solid #fed68b">
Div here</div>
This div border color is #fed68b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,214,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed68b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed68b; -webkit-box-shadow: 1px 1px 3px 2px #fed68b; box-shadow: 1px 1px 3px 2px #fed68b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,214,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed68b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed68b; -webkit-box-shadow: 1px 1px 3px 2px #fed68b; box-shadow: 1px 1px 3px 2px #fed68b;">
Div content here</div>
This div box has shadow with color #fed68b
#fed68b Color Palettes
Comments
No comments written yet.
Please login to write comment.