Color spaces of #bfedbf
RGB | 191 | 237 | 191 |
---|---|---|---|
HSL | 0.33 | 0.56 | 0.84 |
HSV | 120° | 19° | 93° |
CMYK | 0.19 | 0.00 | 0.19 0.07 |
XYZ | 61.1740 | 75.4063 | 60.6209 |
Yxy | 75.4063 | 0.3102 | 0.3824 |
Hunter Lab | 86.8368 | -26.2163 | 19.3953 |
CIE-Lab | 89.5830 | -23.4015 | 17.5075 |
#bfedbf color RGB value is (191,237,191).
#bfedbf hex color red value is 191, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bfedbf hue: 0.33 , saturation: 0.56 and the lightness value of bfedbf is 0.84.
The process color (four color CMYK) of #bfedbf color hex is 0.19, 0.00, 0.19, 0.07. Web safe color of #bfedbf is #ccffcc. Color #bfedbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101101 | 10111111 |
Octal | 277 | 355 | 277 |
Decimal | 191 | 237 | 191 |
Hex | BF | ED | BF |
Shades of #bfedbf
Tints of #bfedbf
RGB Percentages of Color #bfedbf
CMYK Percentages of Color #bfedbf
Complementary Color
#bfedbf | #edbfed |
#bfedbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfedbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfedbf Color CSS Codes
.mybgcolor {background-color:#bfedbf; } .myforecolor {color:#bfedbf; } .mybordercolor {border:3px solid #bfedbf; }
#bfedbf Text Font Color
<p style="color:#bfedbf">Text here</p>
This sample text font color is #bfedbf
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.
#bfedbf Background Color
<div style="background-color:#bfedbf">
Div content here</div>
This div background color is #bfedbf
#bfedbf Border Color
<div style="border:3px solid #bfedbf">
Div here</div>
This div border color is #bfedbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,237,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfedbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfedbf; -webkit-box-shadow: 1px 1px 3px 2px #bfedbf; box-shadow: 1px 1px 3px 2px #bfedbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,237,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfedbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfedbf; -webkit-box-shadow: 1px 1px 3px 2px #bfedbf; box-shadow: 1px 1px 3px 2px #bfedbf;">
Div content here</div>
This div box has shadow with color #bfedbf
Comments
No comments written yet.
Please login to write comment.