Color spaces of #bffeaa
RGB | 191 | 254 | 170 |
---|---|---|---|
HSL | 0.29 | 0.98 | 0.83 |
HSV | 105° | 33° | 100° |
CMYK | 0.25 | 0.00 | 0.33 0.00 |
XYZ | 64.1834 | 84.8623 | 51.0274 |
Yxy | 84.8623 | 0.3208 | 0.4242 |
Hunter Lab | 92.1207 | -36.8448 | 31.6427 |
CIE-Lab | 93.8237 | -34.7148 | 34.0013 |
#bffeaa color RGB value is (191,254,170).
#bffeaa hex color red value is 191, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bffeaa hue: 0.29 , saturation: 0.98 and the lightness value of bffeaa is 0.83.
The process color (four color CMYK) of #bffeaa color hex is 0.25, 0.00, 0.33, 0.00. Web safe color of #bffeaa is #ccff99. Color #bffeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111110 | 10101010 |
Octal | 277 | 376 | 252 |
Decimal | 191 | 254 | 170 |
Hex | BF | FE | AA |
Shades of #bffeaa
Tints of #bffeaa
RGB Percentages of Color #bffeaa
CMYK Percentages of Color #bffeaa
Complementary Color
#bffeaa | #e9aafe |
#bffeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bffeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bffeaa Color CSS Codes
.mybgcolor {background-color:#bffeaa; } .myforecolor {color:#bffeaa; } .mybordercolor {border:3px solid #bffeaa; }
#bffeaa Text Font Color
<p style="color:#bffeaa">Text here</p>
This sample text font color is #bffeaa
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.
#bffeaa Background Color
<div style="background-color:#bffeaa">
Div content here</div>
This div background color is #bffeaa
#bffeaa Border Color
<div style="border:3px solid #bffeaa">
Div here</div>
This div border color is #bffeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,254,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bffeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bffeaa; -webkit-box-shadow: 1px 1px 3px 2px #bffeaa; box-shadow: 1px 1px 3px 2px #bffeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,254,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bffeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bffeaa; -webkit-box-shadow: 1px 1px 3px 2px #bffeaa; box-shadow: 1px 1px 3px 2px #bffeaa;">
Div content here</div>
This div box has shadow with color #bffeaa
Comments
No comments written yet.
Please login to write comment.