Color spaces of #bbffc2
RGB | 187 | 255 | 194 |
---|---|---|---|
HSL | 0.35 | 1.00 | 0.87 |
HSV | 126° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.24 0.00 |
XYZ | 65.9911 | 85.9798 | 64.1566 |
Yxy | 85.9798 | 0.3053 | 0.3978 |
Hunter Lab | 92.7253 | -35.2337 | 23.8850 |
CIE-Lab | 94.3037 | -32.7034 | 22.5082 |
#bbffc2 color RGB value is (187,255,194).
#bbffc2 hex color red value is 187, green value is 255 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bbffc2 hue: 0.35 , saturation: 1.00 and the lightness value of bbffc2 is 0.87.
The process color (four color CMYK) of #bbffc2 color hex is 0.27, 0.00, 0.24, 0.00. Web safe color of #bbffc2 is #ccffcc. Color #bbffc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111111 | 11000010 |
Octal | 273 | 377 | 302 |
Decimal | 187 | 255 | 194 |
Hex | BB | FF | C2 |
Shades of #bbffc2
Tints of #bbffc2
RGB Percentages of Color #bbffc2
CMYK Percentages of Color #bbffc2
Complementary Color
#bbffc2 | #ffbbf8 |
#bbffc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbffc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbffc2 Color CSS Codes
.mybgcolor {background-color:#bbffc2; } .myforecolor {color:#bbffc2; } .mybordercolor {border:3px solid #bbffc2; }
#bbffc2 Text Font Color
<p style="color:#bbffc2">Text here</p>
This sample text font color is #bbffc2
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.
#bbffc2 Background Color
<div style="background-color:#bbffc2">
Div content here</div>
This div background color is #bbffc2
#bbffc2 Border Color
<div style="border:3px solid #bbffc2">
Div here</div>
This div border color is #bbffc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,255,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbffc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbffc2; -webkit-box-shadow: 1px 1px 3px 2px #bbffc2; box-shadow: 1px 1px 3px 2px #bbffc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,255,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbffc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbffc2; -webkit-box-shadow: 1px 1px 3px 2px #bbffc2; box-shadow: 1px 1px 3px 2px #bbffc2;">
Div content here</div>
This div box has shadow with color #bbffc2
Comments
No comments written yet.
Please login to write comment.