Color spaces of #fca37e
RGB | 252 | 163 | 126 |
---|---|---|---|
HSL | 0.05 | 0.95 | 0.74 |
HSV | 18° | 50° | 99° |
CMYK | 0.00 | 0.35 | 0.50 0.01 |
XYZ | 57.0080 | 48.3962 | 26.0754 |
Yxy | 48.3962 | 0.4336 | 0.3681 |
Hunter Lab | 69.5674 | 24.5315 | 26.4740 |
CIE-Lab | 75.0741 | 29.1056 | 32.8248 |
#fca37e color RGB value is (252,163,126).
#fca37e hex color red value is 252, green value is 163 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fca37e hue: 0.05 , saturation: 0.95 and the lightness value of fca37e is 0.74.
The process color (four color CMYK) of #fca37e color hex is 0.00, 0.35, 0.50, 0.01. Web safe color of #fca37e is #ff9966. Color #fca37e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100011 | 01111110 |
Octal | 374 | 243 | 176 |
Decimal | 252 | 163 | 126 |
Hex | FC | A3 | 7E |
Shades of #fca37e
Tints of #fca37e
RGB Percentages of Color #fca37e
CMYK Percentages of Color #fca37e
Complementary Color
#fca37e | #7ed7fc |
#fca37e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca37e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca37e Color CSS Codes
.mybgcolor {background-color:#fca37e; } .myforecolor {color:#fca37e; } .mybordercolor {border:3px solid #fca37e; }
#fca37e Text Font Color
<p style="color:#fca37e">Text here</p>
This sample text font color is #fca37e
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.
#fca37e Background Color
<div style="background-color:#fca37e">
Div content here</div>
This div background color is #fca37e
#fca37e Border Color
<div style="border:3px solid #fca37e">
Div here</div>
This div border color is #fca37e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,163,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca37e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca37e; -webkit-box-shadow: 1px 1px 3px 2px #fca37e; box-shadow: 1px 1px 3px 2px #fca37e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,163,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca37e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca37e; -webkit-box-shadow: 1px 1px 3px 2px #fca37e; box-shadow: 1px 1px 3px 2px #fca37e;">
Div content here</div>
This div box has shadow with color #fca37e
Comments
No comments written yet.
Please login to write comment.