Color spaces of #ffbcbc
RGB | 255 | 188 | 188 |
---|---|---|---|
HSL | 0.00 | 1.00 | 0.87 |
HSV | 0° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.26 0.00 |
XYZ | 68.3003 | 60.8573 | 55.7238 |
Yxy | 60.8573 | 0.3694 | 0.3292 |
Hunter Lab | 78.0111 | 19.7610 | 12.2566 |
CIE-Lab | 82.3020 | 24.1334 | 9.5094 |
#ffbcbc color RGB value is (255,188,188).
#ffbcbc hex color red value is 255, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ffbcbc hue: 0.00 , saturation: 1.00 and the lightness value of ffbcbc is 0.87.
The process color (four color CMYK) of #ffbcbc color hex is 0.00, 0.26, 0.26, 0.00. Web safe color of #ffbcbc is #ffcccc. Color #ffbcbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111100 | 10111100 |
Octal | 377 | 274 | 274 |
Decimal | 255 | 188 | 188 |
Hex | FF | BC | BC |
Shades of #ffbcbc
Tints of #ffbcbc
RGB Percentages of Color #ffbcbc
CMYK Percentages of Color #ffbcbc
Complementary Color
#ffbcbc | #bcffff |
#ffbcbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbcbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbcbc Color CSS Codes
.mybgcolor {background-color:#ffbcbc; } .myforecolor {color:#ffbcbc; } .mybordercolor {border:3px solid #ffbcbc; }
#ffbcbc Text Font Color
<p style="color:#ffbcbc">Text here</p>
This sample text font color is #ffbcbc
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.
#ffbcbc Background Color
<div style="background-color:#ffbcbc">
Div content here</div>
This div background color is #ffbcbc
#ffbcbc Border Color
<div style="border:3px solid #ffbcbc">
Div here</div>
This div border color is #ffbcbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,188,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbcbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbcbc; -webkit-box-shadow: 1px 1px 3px 2px #ffbcbc; box-shadow: 1px 1px 3px 2px #ffbcbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,188,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbcbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbcbc; -webkit-box-shadow: 1px 1px 3px 2px #ffbcbc; box-shadow: 1px 1px 3px 2px #ffbcbc;">
Div content here</div>
This div box has shadow with color #ffbcbc
#ffbcbc Color Palettes
Comments
No comments written yet.
Please login to write comment.