Color spaces of #bafeb5
RGB | 186 | 254 | 181 |
---|---|---|---|
HSL | 0.32 | 0.97 | 0.85 |
HSV | 116° | 29° | 100° |
CMYK | 0.27 | 0.00 | 0.29 0.00 |
XYZ | 64.0320 | 84.6589 | 56.6820 |
Yxy | 84.6589 | 0.3118 | 0.4122 |
Hunter Lab | 92.0103 | -36.7958 | 27.8822 |
CIE-Lab | 93.7359 | -34.6815 | 28.3114 |
#bafeb5 color RGB value is (186,254,181).
#bafeb5 hex color red value is 186, green value is 254 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bafeb5 hue: 0.32 , saturation: 0.97 and the lightness value of bafeb5 is 0.85.
The process color (four color CMYK) of #bafeb5 color hex is 0.27, 0.00, 0.29, 0.00. Web safe color of #bafeb5 is #ccffcc. Color #bafeb5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111110 | 10110101 |
Octal | 272 | 376 | 265 |
Decimal | 186 | 254 | 181 |
Hex | BA | FE | B5 |
Shades of #bafeb5
Tints of #bafeb5
RGB Percentages of Color #bafeb5
CMYK Percentages of Color #bafeb5
Complementary Color
#bafeb5 | #f9b5fe |
#bafeb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafeb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafeb5 Color CSS Codes
.mybgcolor {background-color:#bafeb5; } .myforecolor {color:#bafeb5; } .mybordercolor {border:3px solid #bafeb5; }
#bafeb5 Text Font Color
<p style="color:#bafeb5">Text here</p>
This sample text font color is #bafeb5
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.
#bafeb5 Background Color
<div style="background-color:#bafeb5">
Div content here</div>
This div background color is #bafeb5
#bafeb5 Border Color
<div style="border:3px solid #bafeb5">
Div here</div>
This div border color is #bafeb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,254,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafeb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafeb5; -webkit-box-shadow: 1px 1px 3px 2px #bafeb5; box-shadow: 1px 1px 3px 2px #bafeb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,254,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bafeb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafeb5; -webkit-box-shadow: 1px 1px 3px 2px #bafeb5; box-shadow: 1px 1px 3px 2px #bafeb5;">
Div content here</div>
This div box has shadow with color #bafeb5
Comments
No comments written yet.
Please login to write comment.