Color spaces of #bae497
RGB | 186 | 228 | 151 |
---|---|---|---|
HSL | 0.26 | 0.59 | 0.74 |
HSV | 93° | 34° | 89° |
CMYK | 0.18 | 0.00 | 0.34 0.11 |
XYZ | 53.5790 | 68.1603 | 39.6105 |
Yxy | 68.1603 | 0.3321 | 0.4224 |
Hunter Lab | 82.5593 | -28.6364 | 29.3452 |
CIE-Lab | 86.0865 | -26.9914 | 33.2381 |
#bae497 color RGB value is (186,228,151).
#bae497 hex color red value is 186, green value is 228 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bae497 hue: 0.26 , saturation: 0.59 and the lightness value of bae497 is 0.74.
The process color (four color CMYK) of #bae497 color hex is 0.18, 0.00, 0.34, 0.11. Web safe color of #bae497 is #cccc99. Color #bae497 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100100 | 10010111 |
Octal | 272 | 344 | 227 |
Decimal | 186 | 228 | 151 |
Hex | BA | E4 | 97 |
Shades of #bae497
Tints of #bae497
RGB Percentages of Color #bae497
CMYK Percentages of Color #bae497
Complementary Color
#bae497 | #c197e4 |
#bae497 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae497 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae497 Color CSS Codes
.mybgcolor {background-color:#bae497; } .myforecolor {color:#bae497; } .mybordercolor {border:3px solid #bae497; }
#bae497 Text Font Color
<p style="color:#bae497">Text here</p>
This sample text font color is #bae497
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.
#bae497 Background Color
<div style="background-color:#bae497">
Div content here</div>
This div background color is #bae497
#bae497 Border Color
<div style="border:3px solid #bae497">
Div here</div>
This div border color is #bae497
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,228,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae497; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae497; -webkit-box-shadow: 1px 1px 3px 2px #bae497; box-shadow: 1px 1px 3px 2px #bae497; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,228,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae497">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae497; -webkit-box-shadow: 1px 1px 3px 2px #bae497; box-shadow: 1px 1px 3px 2px #bae497;">
Div content here</div>
This div box has shadow with color #bae497
Comments
No comments written yet.
Please login to write comment.