Color spaces of #fdaca2
RGB | 253 | 172 | 162 |
---|---|---|---|
HSL | 0.02 | 0.96 | 0.81 |
HSV | 7° | 36° | 99° |
CMYK | 0.00 | 0.32 | 0.36 0.01 |
XYZ | 61.7821 | 52.9963 | 41.1555 |
Yxy | 52.9963 | 0.3962 | 0.3399 |
Hunter Lab | 72.7986 | 24.0905 | 17.4403 |
CIE-Lab | 77.8728 | 28.4990 | 17.2438 |
#fdaca2 color RGB value is (253,172,162).
#fdaca2 hex color red value is 253, green value is 172 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fdaca2 hue: 0.02 , saturation: 0.96 and the lightness value of fdaca2 is 0.81.
The process color (four color CMYK) of #fdaca2 color hex is 0.00, 0.32, 0.36, 0.01. Web safe color of #fdaca2 is #ff9999. Color #fdaca2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101100 | 10100010 |
Octal | 375 | 254 | 242 |
Decimal | 253 | 172 | 162 |
Hex | FD | AC | A2 |
Shades of #fdaca2
Tints of #fdaca2
RGB Percentages of Color #fdaca2
CMYK Percentages of Color #fdaca2
Complementary Color
#fdaca2 | #a2f3fd |
#fdaca2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdaca2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdaca2 Color CSS Codes
.mybgcolor {background-color:#fdaca2; } .myforecolor {color:#fdaca2; } .mybordercolor {border:3px solid #fdaca2; }
#fdaca2 Text Font Color
<p style="color:#fdaca2">Text here</p>
This sample text font color is #fdaca2
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.
#fdaca2 Background Color
<div style="background-color:#fdaca2">
Div content here</div>
This div background color is #fdaca2
#fdaca2 Border Color
<div style="border:3px solid #fdaca2">
Div here</div>
This div border color is #fdaca2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,172,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdaca2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdaca2; -webkit-box-shadow: 1px 1px 3px 2px #fdaca2; box-shadow: 1px 1px 3px 2px #fdaca2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,172,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdaca2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdaca2; -webkit-box-shadow: 1px 1px 3px 2px #fdaca2; box-shadow: 1px 1px 3px 2px #fdaca2;">
Div content here</div>
This div box has shadow with color #fdaca2
Comments
No comments written yet.
Please login to write comment.