Color spaces of #fef6ab
RGB | 254 | 246 | 171 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.83 |
HSV | 54° | 33° | 100° |
CMYK | 0.00 | 0.03 | 0.33 0.00 |
XYZ | 81.1795 | 89.9226 | 51.6063 |
Yxy | 89.9226 | 0.3645 | 0.4038 |
Hunter Lab | 94.8275 | -13.1387 | 34.1129 |
CIE-Lab | 95.9647 | -8.2121 | 37.1073 |
#fef6ab color RGB value is (254,246,171).
#fef6ab hex color red value is 254, green value is 246 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fef6ab hue: 0.15 , saturation: 0.98 and the lightness value of fef6ab is 0.83.
The process color (four color CMYK) of #fef6ab color hex is 0.00, 0.03, 0.33, 0.00. Web safe color of #fef6ab is #ffff99. Color #fef6ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110110 | 10101011 |
Octal | 376 | 366 | 253 |
Decimal | 254 | 246 | 171 |
Hex | FE | F6 | AB |
Shades of #fef6ab
Tints of #fef6ab
RGB Percentages of Color #fef6ab
CMYK Percentages of Color #fef6ab
Complementary Color
#fef6ab | #abb3fe |
#fef6ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef6ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef6ab Color CSS Codes
.mybgcolor {background-color:#fef6ab; } .myforecolor {color:#fef6ab; } .mybordercolor {border:3px solid #fef6ab; }
#fef6ab Text Font Color
<p style="color:#fef6ab">Text here</p>
This sample text font color is #fef6ab
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.
#fef6ab Background Color
<div style="background-color:#fef6ab">
Div content here</div>
This div background color is #fef6ab
#fef6ab Border Color
<div style="border:3px solid #fef6ab">
Div here</div>
This div border color is #fef6ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,246,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef6ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef6ab; -webkit-box-shadow: 1px 1px 3px 2px #fef6ab; box-shadow: 1px 1px 3px 2px #fef6ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,246,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef6ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef6ab; -webkit-box-shadow: 1px 1px 3px 2px #fef6ab; box-shadow: 1px 1px 3px 2px #fef6ab;">
Div content here</div>
This div box has shadow with color #fef6ab
Comments
No comments written yet.
Please login to write comment.