Color spaces of #bae678
RGB | 186 | 230 | 120 |
---|---|---|---|
HSL | 0.23 | 0.69 | 0.69 |
HSV | 84° | 48° | 90° |
CMYK | 0.19 | 0.00 | 0.48 0.10 |
XYZ | 51.9367 | 68.3888 | 28.2323 |
Yxy | 68.3888 | 0.3496 | 0.4604 |
Hunter Lab | 82.6975 | -32.6169 | 37.6471 |
CIE-Lab | 86.2005 | -31.7466 | 48.6739 |
#bae678 color RGB value is (186,230,120).
#bae678 hex color red value is 186, green value is 230 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bae678 hue: 0.23 , saturation: 0.69 and the lightness value of bae678 is 0.69.
The process color (four color CMYK) of #bae678 color hex is 0.19, 0.00, 0.48, 0.10. Web safe color of #bae678 is #ccff66. Color #bae678 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100110 | 01111000 |
Octal | 272 | 346 | 170 |
Decimal | 186 | 230 | 120 |
Hex | BA | E6 | 78 |
Shades of #bae678
Tints of #bae678
RGB Percentages of Color #bae678
CMYK Percentages of Color #bae678
Complementary Color
#bae678 | #a478e6 |
#bae678 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae678 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae678 Color CSS Codes
.mybgcolor {background-color:#bae678; } .myforecolor {color:#bae678; } .mybordercolor {border:3px solid #bae678; }
#bae678 Text Font Color
<p style="color:#bae678">Text here</p>
This sample text font color is #bae678
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.
#bae678 Background Color
<div style="background-color:#bae678">
Div content here</div>
This div background color is #bae678
#bae678 Border Color
<div style="border:3px solid #bae678">
Div here</div>
This div border color is #bae678
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,230,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae678; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae678; -webkit-box-shadow: 1px 1px 3px 2px #bae678; box-shadow: 1px 1px 3px 2px #bae678; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,230,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae678">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae678; -webkit-box-shadow: 1px 1px 3px 2px #bae678; box-shadow: 1px 1px 3px 2px #bae678;">
Div content here</div>
This div box has shadow with color #bae678
Comments
No comments written yet.
Please login to write comment.