Color spaces of #fec36b
RGB | 254 | 195 | 107 |
---|---|---|---|
HSL | 0.10 | 0.99 | 0.71 |
HSV | 36° | 58° | 100° |
CMYK | 0.00 | 0.23 | 0.58 0.00 |
XYZ | 63.0420 | 61.1626 | 22.3928 |
Yxy | 61.1626 | 0.4300 | 0.4172 |
Hunter Lab | 78.2065 | 7.0268 | 37.7681 |
CIE-Lab | 82.4661 | 11.6248 | 51.7154 |
#fec36b color RGB value is (254,195,107).
#fec36b hex color red value is 254, green value is 195 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fec36b hue: 0.10 , saturation: 0.99 and the lightness value of fec36b is 0.71.
The process color (four color CMYK) of #fec36b color hex is 0.00, 0.23, 0.58, 0.00. Web safe color of #fec36b is #ffcc66. Color #fec36b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000011 | 01101011 |
Octal | 376 | 303 | 153 |
Decimal | 254 | 195 | 107 |
Hex | FE | C3 | 6B |
Shades of #fec36b
Tints of #fec36b
RGB Percentages of Color #fec36b
CMYK Percentages of Color #fec36b
Complementary Color
#fec36b | #6ba6fe |
#fec36b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec36b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec36b Color CSS Codes
.mybgcolor {background-color:#fec36b; } .myforecolor {color:#fec36b; } .mybordercolor {border:3px solid #fec36b; }
#fec36b Text Font Color
<p style="color:#fec36b">Text here</p>
This sample text font color is #fec36b
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.
#fec36b Background Color
<div style="background-color:#fec36b">
Div content here</div>
This div background color is #fec36b
#fec36b Border Color
<div style="border:3px solid #fec36b">
Div here</div>
This div border color is #fec36b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,195,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec36b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec36b; -webkit-box-shadow: 1px 1px 3px 2px #fec36b; box-shadow: 1px 1px 3px 2px #fec36b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,195,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec36b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec36b; -webkit-box-shadow: 1px 1px 3px 2px #fec36b; box-shadow: 1px 1px 3px 2px #fec36b;">
Div content here</div>
This div box has shadow with color #fec36b
Comments
No comments written yet.
Please login to write comment.