Color spaces of #ff9cbb
RGB | 255 | 156 | 187 |
---|---|---|---|
HSL | 0.95 | 1.00 | 0.81 |
HSV | 341° | 39° | 100° |
CMYK | 0.00 | 0.39 | 0.27 0.00 |
XYZ | 62.0981 | 48.6248 | 53.1263 |
Yxy | 48.6248 | 0.3790 | 0.2968 |
Hunter Lab | 69.7315 | 36.9298 | 3.6408 |
CIE-Lab | 75.2173 | 40.6823 | -0.1802 |
#ff9cbb color RGB value is (255,156,187).
#ff9cbb hex color red value is 255, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ff9cbb hue: 0.95 , saturation: 1.00 and the lightness value of ff9cbb is 0.81.
The process color (four color CMYK) of #ff9cbb color hex is 0.00, 0.39, 0.27, 0.00. Web safe color of #ff9cbb is #ff99cc. Color #ff9cbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10011100 | 10111011 |
Octal | 377 | 234 | 273 |
Decimal | 255 | 156 | 187 |
Hex | FF | 9C | BB |
Shades of #ff9cbb
Tints of #ff9cbb
RGB Percentages of Color #ff9cbb
CMYK Percentages of Color #ff9cbb
Complementary Color
#ff9cbb | #9cffe0 |
#ff9cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff9cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff9cbb Color CSS Codes
.mybgcolor {background-color:#ff9cbb; } .myforecolor {color:#ff9cbb; } .mybordercolor {border:3px solid #ff9cbb; }
#ff9cbb Text Font Color
<p style="color:#ff9cbb">Text here</p>
This sample text font color is #ff9cbb
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.
#ff9cbb Background Color
<div style="background-color:#ff9cbb">
Div content here</div>
This div background color is #ff9cbb
#ff9cbb Border Color
<div style="border:3px solid #ff9cbb">
Div here</div>
This div border color is #ff9cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,156,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff9cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff9cbb; -webkit-box-shadow: 1px 1px 3px 2px #ff9cbb; box-shadow: 1px 1px 3px 2px #ff9cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,156,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff9cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff9cbb; -webkit-box-shadow: 1px 1px 3px 2px #ff9cbb; box-shadow: 1px 1px 3px 2px #ff9cbb;">
Div content here</div>
This div box has shadow with color #ff9cbb
#ff9cbb Color Palettes
Comments
No comments written yet.
Please login to write comment.