Color spaces of #baeaaa
RGB | 186 | 234 | 170 |
---|---|---|---|
HSL | 0.29 | 0.60 | 0.79 |
HSV | 105° | 27° | 92° |
CMYK | 0.21 | 0.00 | 0.27 0.08 |
XYZ | 56.9282 | 72.1870 | 48.9633 |
Yxy | 72.1870 | 0.3197 | 0.4054 |
Hunter Lab | 84.9629 | -29.0838 | 25.3058 |
CIE-Lab | 88.0585 | -27.0584 | 26.1849 |
#baeaaa color RGB value is (186,234,170).
#baeaaa hex color red value is 186, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #baeaaa hue: 0.29 , saturation: 0.60 and the lightness value of baeaaa is 0.79.
The process color (four color CMYK) of #baeaaa color hex is 0.21, 0.00, 0.27, 0.08. Web safe color of #baeaaa is #ccff99. Color #baeaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101010 | 10101010 |
Octal | 272 | 352 | 252 |
Decimal | 186 | 234 | 170 |
Hex | BA | EA | AA |
Shades of #baeaaa
Tints of #baeaaa
RGB Percentages of Color #baeaaa
CMYK Percentages of Color #baeaaa
Complementary Color
#baeaaa | #daaaea |
#baeaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baeaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#baeaaa Color CSS Codes
.mybgcolor {background-color:#baeaaa; } .myforecolor {color:#baeaaa; } .mybordercolor {border:3px solid #baeaaa; }
#baeaaa Text Font Color
<p style="color:#baeaaa">Text here</p>
This sample text font color is #baeaaa
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.
#baeaaa Background Color
<div style="background-color:#baeaaa">
Div content here</div>
This div background color is #baeaaa
#baeaaa Border Color
<div style="border:3px solid #baeaaa">
Div here</div>
This div border color is #baeaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,234,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baeaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baeaaa; -webkit-box-shadow: 1px 1px 3px 2px #baeaaa; box-shadow: 1px 1px 3px 2px #baeaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,234,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baeaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baeaaa; -webkit-box-shadow: 1px 1px 3px 2px #baeaaa; box-shadow: 1px 1px 3px 2px #baeaaa;">
Div content here</div>
This div box has shadow with color #baeaaa
Comments
No comments written yet.
Please login to write comment.