Color spaces of #ff9cad
RGB | 255 | 156 | 173 |
---|---|---|---|
HSL | 0.97 | 1.00 | 0.81 |
HSV | 350° | 39° | 100° |
CMYK | 0.00 | 0.39 | 0.32 0.00 |
XYZ | 60.6713 | 48.0541 | 45.6128 |
Yxy | 48.0541 | 0.3931 | 0.3114 |
Hunter Lab | 69.3211 | 34.9152 | 9.5123 |
CIE-Lab | 74.8590 | 38.8779 | 7.0051 |
#ff9cad color RGB value is (255,156,173).
#ff9cad hex color red value is 255, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ff9cad hue: 0.97 , saturation: 1.00 and the lightness value of ff9cad is 0.81.
The process color (four color CMYK) of #ff9cad color hex is 0.00, 0.39, 0.32, 0.00. Web safe color of #ff9cad is #ff9999. Color #ff9cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10011100 | 10101101 |
Octal | 377 | 234 | 255 |
Decimal | 255 | 156 | 173 |
Hex | FF | 9C | AD |
Shades of #ff9cad
Tints of #ff9cad
RGB Percentages of Color #ff9cad
CMYK Percentages of Color #ff9cad
Complementary Color
#ff9cad | #9cffee |
#ff9cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff9cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff9cad Color CSS Codes
.mybgcolor {background-color:#ff9cad; } .myforecolor {color:#ff9cad; } .mybordercolor {border:3px solid #ff9cad; }
#ff9cad Text Font Color
<p style="color:#ff9cad">Text here</p>
This sample text font color is #ff9cad
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.
#ff9cad Background Color
<div style="background-color:#ff9cad">
Div content here</div>
This div background color is #ff9cad
#ff9cad Border Color
<div style="border:3px solid #ff9cad">
Div here</div>
This div border color is #ff9cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,156,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff9cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff9cad; -webkit-box-shadow: 1px 1px 3px 2px #ff9cad; box-shadow: 1px 1px 3px 2px #ff9cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,156,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 #ff9cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff9cad; -webkit-box-shadow: 1px 1px 3px 2px #ff9cad; box-shadow: 1px 1px 3px 2px #ff9cad;">
Div content here</div>
This div box has shadow with color #ff9cad
Related Colors
Comments
No comments written yet.
Please login to write comment.