Color spaces of #ffafad
RGB | 255 | 175 | 173 |
---|---|---|---|
HSL | 0.00 | 1.00 | 0.84 |
HSV | 1° | 32° | 100° |
CMYK | 0.00 | 0.31 | 0.32 0.00 |
XYZ | 64.1128 | 54.9371 | 46.7600 |
Yxy | 54.9371 | 0.3867 | 0.3313 |
Hunter Lab | 74.1196 | 24.6918 | 14.4793 |
CIE-Lab | 79.0050 | 28.9981 | 12.9091 |
#ffafad color RGB value is (255,175,173).
#ffafad hex color red value is 255, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ffafad hue: 0.00 , saturation: 1.00 and the lightness value of ffafad is 0.84.
The process color (four color CMYK) of #ffafad color hex is 0.00, 0.31, 0.32, 0.00. Web safe color of #ffafad is #ff9999. Color #ffafad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101111 | 10101101 |
Octal | 377 | 257 | 255 |
Decimal | 255 | 175 | 173 |
Hex | FF | AF | AD |
Shades of #ffafad
Tints of #ffafad
RGB Percentages of Color #ffafad
CMYK Percentages of Color #ffafad
Complementary Color
#ffafad | #adfdff |
#ffafad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffafad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffafad Color CSS Codes
.mybgcolor {background-color:#ffafad; } .myforecolor {color:#ffafad; } .mybordercolor {border:3px solid #ffafad; }
#ffafad Text Font Color
<p style="color:#ffafad">Text here</p>
This sample text font color is #ffafad
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.
#ffafad Background Color
<div style="background-color:#ffafad">
Div content here</div>
This div background color is #ffafad
#ffafad Border Color
<div style="border:3px solid #ffafad">
Div here</div>
This div border color is #ffafad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,175,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffafad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffafad; -webkit-box-shadow: 1px 1px 3px 2px #ffafad; box-shadow: 1px 1px 3px 2px #ffafad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,175,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffafad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffafad; -webkit-box-shadow: 1px 1px 3px 2px #ffafad; box-shadow: 1px 1px 3px 2px #ffafad;">
Div content here</div>
This div box has shadow with color #ffafad
#ffafad Color Palettes
Comments
No comments written yet.
Please login to write comment.