Color spaces of #bff4aa
RGB | 191 | 244 | 170 |
---|---|---|---|
HSL | 0.29 | 0.77 | 0.81 |
HSV | 103° | 30° | 96° |
CMYK | 0.22 | 0.00 | 0.30 0.04 |
XYZ | 61.0922 | 78.6800 | 49.9971 |
Yxy | 78.6800 | 0.3219 | 0.4146 |
Hunter Lab | 88.7017 | -32.2885 | 28.6722 |
CIE-Lab | 91.0893 | -30.0869 | 30.3395 |
#bff4aa color RGB value is (191,244,170).
#bff4aa hex color red value is 191, green value is 244 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bff4aa hue: 0.29 , saturation: 0.77 and the lightness value of bff4aa is 0.81.
The process color (four color CMYK) of #bff4aa color hex is 0.22, 0.00, 0.30, 0.04. Web safe color of #bff4aa is #ccff99. Color #bff4aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110100 | 10101010 |
Octal | 277 | 364 | 252 |
Decimal | 191 | 244 | 170 |
Hex | BF | F4 | AA |
Shades of #bff4aa
Tints of #bff4aa
RGB Percentages of Color #bff4aa
CMYK Percentages of Color #bff4aa
Complementary Color
#bff4aa | #dfaaf4 |
#bff4aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff4aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff4aa Color CSS Codes
.mybgcolor {background-color:#bff4aa; } .myforecolor {color:#bff4aa; } .mybordercolor {border:3px solid #bff4aa; }
#bff4aa Text Font Color
<p style="color:#bff4aa">Text here</p>
This sample text font color is #bff4aa
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.
#bff4aa Background Color
<div style="background-color:#bff4aa">
Div content here</div>
This div background color is #bff4aa
#bff4aa Border Color
<div style="border:3px solid #bff4aa">
Div here</div>
This div border color is #bff4aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,244,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff4aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff4aa; -webkit-box-shadow: 1px 1px 3px 2px #bff4aa; box-shadow: 1px 1px 3px 2px #bff4aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,244,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 #bff4aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff4aa; -webkit-box-shadow: 1px 1px 3px 2px #bff4aa; box-shadow: 1px 1px 3px 2px #bff4aa;">
Div content here</div>
This div box has shadow with color #bff4aa
Comments
No comments written yet.
Please login to write comment.