Color spaces of #baccae
RGB | 186 | 204 | 174 |
---|---|---|---|
HSL | 0.27 | 0.23 | 0.74 |
HSV | 96° | 15° | 80° |
CMYK | 0.09 | 0.00 | 0.15 0.20 |
XYZ | 49.4825 | 56.6808 | 48.3769 |
Yxy | 56.6808 | 0.3202 | 0.3668 |
Hunter Lab | 75.2867 | -14.4317 | 14.6027 |
CIE-Lab | 79.9997 | -11.5620 | 12.9045 |
#baccae color RGB value is (186,204,174).
#baccae hex color red value is 186, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baccae hue: 0.27 , saturation: 0.23 and the lightness value of baccae is 0.74.
The process color (four color CMYK) of #baccae color hex is 0.09, 0.00, 0.15, 0.20. Web safe color of #baccae is #cccc99. Color #baccae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001100 | 10101110 |
Octal | 272 | 314 | 256 |
Decimal | 186 | 204 | 174 |
Hex | BA | CC | AE |
Shades of #baccae
Tints of #baccae
RGB Percentages of Color #baccae
CMYK Percentages of Color #baccae
Complementary Color
#baccae | #c0aecc |
#baccae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baccae Color Preview on White Background
Lorem ipsum dolor sit amet.
#baccae Color CSS Codes
.mybgcolor {background-color:#baccae; } .myforecolor {color:#baccae; } .mybordercolor {border:3px solid #baccae; }
#baccae Text Font Color
<p style="color:#baccae">Text here</p>
This sample text font color is #baccae
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.
#baccae Background Color
<div style="background-color:#baccae">
Div content here</div>
This div background color is #baccae
#baccae Border Color
<div style="border:3px solid #baccae">
Div here</div>
This div border color is #baccae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,204,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baccae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baccae; -webkit-box-shadow: 1px 1px 3px 2px #baccae; box-shadow: 1px 1px 3px 2px #baccae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,204,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baccae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baccae; -webkit-box-shadow: 1px 1px 3px 2px #baccae; box-shadow: 1px 1px 3px 2px #baccae;">
Div content here</div>
This div box has shadow with color #baccae
Comments
No comments written yet.
Please login to write comment.