Color spaces of #bae979
RGB | 186 | 233 | 121 |
---|---|---|---|
HSL | 0.24 | 0.72 | 0.69 |
HSV | 85° | 48° | 91° |
CMYK | 0.20 | 0.00 | 0.48 0.09 |
XYZ | 52.8398 | 70.0974 | 28.8344 |
Yxy | 70.0974 | 0.3482 | 0.4619 |
Hunter Lab | 83.7242 | -33.8629 | 38.1876 |
CIE-Lab | 87.0446 | -33.0293 | 49.2290 |
#bae979 color RGB value is (186,233,121).
#bae979 hex color red value is 186, green value is 233 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bae979 hue: 0.24 , saturation: 0.72 and the lightness value of bae979 is 0.69.
The process color (four color CMYK) of #bae979 color hex is 0.20, 0.00, 0.48, 0.09. Web safe color of #bae979 is #ccff66. Color #bae979 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101001 | 01111001 |
Octal | 272 | 351 | 171 |
Decimal | 186 | 233 | 121 |
Hex | BA | E9 | 79 |
Shades of #bae979
Tints of #bae979
RGB Percentages of Color #bae979
CMYK Percentages of Color #bae979
Complementary Color
#bae979 | #a879e9 |
#bae979 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae979 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae979 Color CSS Codes
.mybgcolor {background-color:#bae979; } .myforecolor {color:#bae979; } .mybordercolor {border:3px solid #bae979; }
#bae979 Text Font Color
<p style="color:#bae979">Text here</p>
This sample text font color is #bae979
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.
#bae979 Background Color
<div style="background-color:#bae979">
Div content here</div>
This div background color is #bae979
#bae979 Border Color
<div style="border:3px solid #bae979">
Div here</div>
This div border color is #bae979
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,233,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae979; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae979; -webkit-box-shadow: 1px 1px 3px 2px #bae979; box-shadow: 1px 1px 3px 2px #bae979; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,233,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae979">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae979; -webkit-box-shadow: 1px 1px 3px 2px #bae979; box-shadow: 1px 1px 3px 2px #bae979;">
Div content here</div>
This div box has shadow with color #bae979
Comments
No comments written yet.
Please login to write comment.