Color spaces of #bbffee
RGB | 187 | 255 | 238 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.87 |
HSV | 165° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.07 0.00 |
XYZ | 71.6861 | 88.2578 | 94.1461 |
Yxy | 88.2578 | 0.2821 | 0.3473 |
Hunter Lab | 93.9456 | -28.1987 | 6.3454 |
CIE-Lab | 95.2694 | -24.4794 | 1.3076 |
#bbffee color RGB value is (187,255,238).
#bbffee hex color red value is 187, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bbffee hue: 0.46 , saturation: 1.00 and the lightness value of bbffee is 0.87.
The process color (four color CMYK) of #bbffee color hex is 0.27, 0.00, 0.07, 0.00. Web safe color of #bbffee is #ccffff. Color #bbffee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111111 | 11101110 |
Octal | 273 | 377 | 356 |
Decimal | 187 | 255 | 238 |
Hex | BB | FF | EE |
Shades of #bbffee
Tints of #bbffee
RGB Percentages of Color #bbffee
CMYK Percentages of Color #bbffee
Complementary Color
#bbffee | #ffbbcc |
#bbffee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbffee Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbffee Color CSS Codes
.mybgcolor {background-color:#bbffee; } .myforecolor {color:#bbffee; } .mybordercolor {border:3px solid #bbffee; }
#bbffee Text Font Color
<p style="color:#bbffee">Text here</p>
This sample text font color is #bbffee
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.
#bbffee Background Color
<div style="background-color:#bbffee">
Div content here</div>
This div background color is #bbffee
#bbffee Border Color
<div style="border:3px solid #bbffee">
Div here</div>
This div border color is #bbffee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,255,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbffee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbffee; -webkit-box-shadow: 1px 1px 3px 2px #bbffee; box-shadow: 1px 1px 3px 2px #bbffee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,255,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 #bbffee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbffee; -webkit-box-shadow: 1px 1px 3px 2px #bbffee; box-shadow: 1px 1px 3px 2px #bbffee;">
Div content here</div>
This div box has shadow with color #bbffee
Comments
No comments written yet.
Please login to write comment.