Color spaces of #ffbbee
RGB | 255 | 187 | 238 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.87 |
HSV | 315° | 27° | 100° |
CMYK | 0.00 | 0.27 | 0.07 0.00 |
XYZ | 74.4429 | 62.9737 | 89.1205 |
Yxy | 62.9737 | 0.3286 | 0.2780 |
Hunter Lab | 79.3560 | 28.5758 | -11.0363 |
CIE-Lab | 83.4285 | 32.3198 | -15.6551 |
#ffbbee color RGB value is (255,187,238). This hex color code is also a web safe color which is equal to #FBE.
#ffbbee hex color red value is 255, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ffbbee hue: 0.88 , saturation: 1.00 and the lightness value of ffbbee is 0.87.
The process color (four color CMYK) of #ffbbee color hex is 0.00, 0.27, 0.07, 0.00. Web safe color of #ffbbee is #ffccff. Color #ffbbee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111011 | 11101110 |
Octal | 377 | 273 | 356 |
Decimal | 255 | 187 | 238 |
Hex | FF | BB | EE |
Shades of #ffbbee
Tints of #ffbbee
RGB Percentages of Color #ffbbee
CMYK Percentages of Color #ffbbee
Complementary Color
#ffbbee | #bbffcc |
#ffbbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbbee Color CSS Codes
.mybgcolor {background-color:#ffbbee; } .myforecolor {color:#ffbbee; } .mybordercolor {border:3px solid #ffbbee; }
#ffbbee Text Font Color
<p style="color:#ffbbee">Text here</p>
This sample text font color is #ffbbee
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.
#ffbbee Background Color
<div style="background-color:#ffbbee">
Div content here</div>
This div background color is #ffbbee
#ffbbee Border Color
<div style="border:3px solid #ffbbee">
Div here</div>
This div border color is #ffbbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,187,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbbee; -webkit-box-shadow: 1px 1px 3px 2px #ffbbee; box-shadow: 1px 1px 3px 2px #ffbbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,187,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbbee; -webkit-box-shadow: 1px 1px 3px 2px #ffbbee; box-shadow: 1px 1px 3px 2px #ffbbee;">
Div content here</div>
This div box has shadow with color #ffbbee
Comments
No comments written yet.
Please login to write comment.