Color spaces of #bfee90
RGB | 191 | 238 | 144 |
---|---|---|---|
HSL | 0.25 | 0.73 | 0.75 |
HSV | 90° | 39° | 93° |
CMYK | 0.20 | 0.00 | 0.39 0.07 |
XYZ | 57.0944 | 74.2391 | 37.7059 |
Yxy | 74.2391 | 0.3378 | 0.4392 |
Hunter Lab | 86.1621 | -32.5026 | 34.3672 |
CIE-Lab | 89.0354 | -30.8592 | 40.6483 |
#bfee90 color RGB value is (191,238,144).
#bfee90 hex color red value is 191, green value is 238 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfee90 hue: 0.25 , saturation: 0.73 and the lightness value of bfee90 is 0.75.
The process color (four color CMYK) of #bfee90 color hex is 0.20, 0.00, 0.39, 0.07. Web safe color of #bfee90 is #ccff99. Color #bfee90 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101110 | 10010000 |
Octal | 277 | 356 | 220 |
Decimal | 191 | 238 | 144 |
Hex | BF | EE | 90 |
Shades of #bfee90
Tints of #bfee90
RGB Percentages of Color #bfee90
CMYK Percentages of Color #bfee90
Complementary Color
#bfee90 | #bf90ee |
#bfee90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfee90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfee90 Color CSS Codes
.mybgcolor {background-color:#bfee90; } .myforecolor {color:#bfee90; } .mybordercolor {border:3px solid #bfee90; }
#bfee90 Text Font Color
<p style="color:#bfee90">Text here</p>
This sample text font color is #bfee90
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.
#bfee90 Background Color
<div style="background-color:#bfee90">
Div content here</div>
This div background color is #bfee90
#bfee90 Border Color
<div style="border:3px solid #bfee90">
Div here</div>
This div border color is #bfee90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,238,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfee90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfee90; -webkit-box-shadow: 1px 1px 3px 2px #bfee90; box-shadow: 1px 1px 3px 2px #bfee90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,238,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfee90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfee90; -webkit-box-shadow: 1px 1px 3px 2px #bfee90; box-shadow: 1px 1px 3px 2px #bfee90;">
Div content here</div>
This div box has shadow with color #bfee90
Comments
No comments written yet.
Please login to write comment.