Color spaces of #bacebc
RGB | 186 | 206 | 188 |
---|---|---|---|
HSL | 0.35 | 0.17 | 0.77 |
HSV | 126° | 10° | 81° |
CMYK | 0.10 | 0.00 | 0.09 0.19 |
XYZ | 51.3981 | 58.2126 | 56.1041 |
Yxy | 58.2126 | 0.3102 | 0.3513 |
Hunter Lab | 76.2972 | -13.2724 | 9.8099 |
CIE-Lab | 80.8568 | -10.1316 | 6.6547 |
#bacebc color RGB value is (186,206,188).
#bacebc hex color red value is 186, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bacebc hue: 0.35 , saturation: 0.17 and the lightness value of bacebc is 0.77.
The process color (four color CMYK) of #bacebc color hex is 0.10, 0.00, 0.09, 0.19. Web safe color of #bacebc is #cccccc. Color #bacebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001110 | 10111100 |
Octal | 272 | 316 | 274 |
Decimal | 186 | 206 | 188 |
Hex | BA | CE | BC |
Shades of #bacebc
Tints of #bacebc
RGB Percentages of Color #bacebc
CMYK Percentages of Color #bacebc
Complementary Color
#bacebc | #cebacc |
#bacebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacebc Color CSS Codes
.mybgcolor {background-color:#bacebc; } .myforecolor {color:#bacebc; } .mybordercolor {border:3px solid #bacebc; }
#bacebc Text Font Color
<p style="color:#bacebc">Text here</p>
This sample text font color is #bacebc
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.
#bacebc Background Color
<div style="background-color:#bacebc">
Div content here</div>
This div background color is #bacebc
#bacebc Border Color
<div style="border:3px solid #bacebc">
Div here</div>
This div border color is #bacebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,206,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacebc; -webkit-box-shadow: 1px 1px 3px 2px #bacebc; box-shadow: 1px 1px 3px 2px #bacebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,206,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacebc; -webkit-box-shadow: 1px 1px 3px 2px #bacebc; box-shadow: 1px 1px 3px 2px #bacebc;">
Div content here</div>
This div box has shadow with color #bacebc
Comments
No comments written yet.
Please login to write comment.