Color spaces of #bfe192
RGB | 191 | 225 | 146 |
---|---|---|---|
HSL | 0.24 | 0.57 | 0.73 |
HSV | 86° | 35° | 88° |
CMYK | 0.15 | 0.00 | 0.35 0.12 |
XYZ | 53.5994 | 67.0021 | 37.3018 |
Yxy | 67.0021 | 0.3394 | 0.4243 |
Hunter Lab | 81.8548 | -26.3622 | 30.2795 |
CIE-Lab | 85.5050 | -24.4324 | 35.0650 |
#bfe192 color RGB value is (191,225,146).
#bfe192 hex color red value is 191, green value is 225 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bfe192 hue: 0.24 , saturation: 0.57 and the lightness value of bfe192 is 0.73.
The process color (four color CMYK) of #bfe192 color hex is 0.15, 0.00, 0.35, 0.12. Web safe color of #bfe192 is #cccc99. Color #bfe192 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100001 | 10010010 |
Octal | 277 | 341 | 222 |
Decimal | 191 | 225 | 146 |
Hex | BF | E1 | 92 |
Shades of #bfe192
Tints of #bfe192
RGB Percentages of Color #bfe192
CMYK Percentages of Color #bfe192
Complementary Color
#bfe192 | #b492e1 |
#bfe192 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe192 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe192 Color CSS Codes
.mybgcolor {background-color:#bfe192; } .myforecolor {color:#bfe192; } .mybordercolor {border:3px solid #bfe192; }
#bfe192 Text Font Color
<p style="color:#bfe192">Text here</p>
This sample text font color is #bfe192
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.
#bfe192 Background Color
<div style="background-color:#bfe192">
Div content here</div>
This div background color is #bfe192
#bfe192 Border Color
<div style="border:3px solid #bfe192">
Div here</div>
This div border color is #bfe192
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,225,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe192; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe192; -webkit-box-shadow: 1px 1px 3px 2px #bfe192; box-shadow: 1px 1px 3px 2px #bfe192; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,225,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe192">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe192; -webkit-box-shadow: 1px 1px 3px 2px #bfe192; box-shadow: 1px 1px 3px 2px #bfe192;">
Div content here</div>
This div box has shadow with color #bfe192
Comments
No comments written yet.
Please login to write comment.