Color spaces of #bffce5
RGB | 191 | 252 | 229 |
---|---|---|---|
HSL | 0.44 | 0.91 | 0.87 |
HSV | 157° | 24° | 99° |
CMYK | 0.24 | 0.00 | 0.09 0.01 |
XYZ | 70.4391 | 86.3543 | 87.0843 |
Yxy | 86.3543 | 0.2888 | 0.3541 |
Hunter Lab | 92.9270 | -27.3185 | 9.4867 |
CIE-Lab | 94.4636 | -23.6608 | 4.8067 |
#bffce5 color RGB value is (191,252,229).
#bffce5 hex color red value is 191, green value is 252 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bffce5 hue: 0.44 , saturation: 0.91 and the lightness value of bffce5 is 0.87.
The process color (four color CMYK) of #bffce5 color hex is 0.24, 0.00, 0.09, 0.01. Web safe color of #bffce5 is #ccffcc. Color #bffce5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111100 | 11100101 |
Octal | 277 | 374 | 345 |
Decimal | 191 | 252 | 229 |
Hex | BF | FC | E5 |
Shades of #bffce5
Tints of #bffce5
RGB Percentages of Color #bffce5
CMYK Percentages of Color #bffce5
Complementary Color
#bffce5 | #fcbfd6 |
#bffce5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffce5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffce5 Color CSS Codes
.mybgcolor {background-color:#bffce5; } .myforecolor {color:#bffce5; } .mybordercolor {border:3px solid #bffce5; }
#bffce5 Text Font Color
<p style="color:#bffce5">Text here</p>
This sample text font color is #bffce5
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.
#bffce5 Background Color
<div style="background-color:#bffce5">
Div content here</div>
This div background color is #bffce5
#bffce5 Border Color
<div style="border:3px solid #bffce5">
Div here</div>
This div border color is #bffce5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,252,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffce5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffce5; -webkit-box-shadow: 1px 1px 3px 2px #bffce5; box-shadow: 1px 1px 3px 2px #bffce5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,252,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffce5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffce5; -webkit-box-shadow: 1px 1px 3px 2px #bffce5; box-shadow: 1px 1px 3px 2px #bffce5;">
Div content here</div>
This div box has shadow with color #bffce5
Comments
No comments written yet.
Please login to write comment.