Color spaces of #bfe5af
RGB | 191 | 229 | 175 |
---|---|---|---|
HSL | 0.28 | 0.51 | 0.79 |
HSV | 102° | 24° | 90° |
CMYK | 0.17 | 0.00 | 0.24 0.10 |
XYZ | 57.2430 | 70.2101 | 51.0923 |
Yxy | 70.2101 | 0.3206 | 0.3932 |
Hunter Lab | 83.7915 | -24.6910 | 22.5016 |
CIE-Lab | 87.0998 | -22.1506 | 22.3425 |
#bfe5af color RGB value is (191,229,175).
#bfe5af hex color red value is 191, green value is 229 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bfe5af hue: 0.28 , saturation: 0.51 and the lightness value of bfe5af is 0.79.
The process color (four color CMYK) of #bfe5af color hex is 0.17, 0.00, 0.24, 0.10. Web safe color of #bfe5af is #cccc99. Color #bfe5af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100101 | 10101111 |
Octal | 277 | 345 | 257 |
Decimal | 191 | 229 | 175 |
Hex | BF | E5 | AF |
Shades of #bfe5af
Tints of #bfe5af
RGB Percentages of Color #bfe5af
CMYK Percentages of Color #bfe5af
Complementary Color
#bfe5af | #d5afe5 |
#bfe5af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe5af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe5af Color CSS Codes
.mybgcolor {background-color:#bfe5af; } .myforecolor {color:#bfe5af; } .mybordercolor {border:3px solid #bfe5af; }
#bfe5af Text Font Color
<p style="color:#bfe5af">Text here</p>
This sample text font color is #bfe5af
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.
#bfe5af Background Color
<div style="background-color:#bfe5af">
Div content here</div>
This div background color is #bfe5af
#bfe5af Border Color
<div style="border:3px solid #bfe5af">
Div here</div>
This div border color is #bfe5af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,229,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe5af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe5af; -webkit-box-shadow: 1px 1px 3px 2px #bfe5af; box-shadow: 1px 1px 3px 2px #bfe5af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,229,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe5af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe5af; -webkit-box-shadow: 1px 1px 3px 2px #bfe5af; box-shadow: 1px 1px 3px 2px #bfe5af;">
Div content here</div>
This div box has shadow with color #bfe5af
Comments
No comments written yet.
Please login to write comment.