Color spaces of #bacecc
RGB | 186 | 206 | 204 |
---|---|---|---|
HSL | 0.48 | 0.17 | 0.77 |
HSV | 174° | 10° | 81° |
CMYK | 0.10 | 0.00 | 0.01 0.19 |
XYZ | 53.2201 | 58.9413 | 65.6986 |
Yxy | 58.9413 | 0.2992 | 0.3314 |
Hunter Lab | 76.7732 | -10.6149 | 3.0039 |
CIE-Lab | 81.2593 | -7.1087 | -1.3149 |
#bacecc color RGB value is (186,206,204).
#bacecc hex color red value is 186, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bacecc hue: 0.48 , saturation: 0.17 and the lightness value of bacecc is 0.77.
The process color (four color CMYK) of #bacecc color hex is 0.10, 0.00, 0.01, 0.19. Web safe color of #bacecc is #cccccc. Color #bacecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001110 | 11001100 |
Octal | 272 | 316 | 314 |
Decimal | 186 | 206 | 204 |
Hex | BA | CE | CC |
Shades of #bacecc
Tints of #bacecc
RGB Percentages of Color #bacecc
CMYK Percentages of Color #bacecc
Complementary Color
#bacecc | #cebabc |
#bacecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacecc Color CSS Codes
.mybgcolor {background-color:#bacecc; } .myforecolor {color:#bacecc; } .mybordercolor {border:3px solid #bacecc; }
#bacecc Text Font Color
<p style="color:#bacecc">Text here</p>
This sample text font color is #bacecc
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.
#bacecc Background Color
<div style="background-color:#bacecc">
Div content here</div>
This div background color is #bacecc
#bacecc Border Color
<div style="border:3px solid #bacecc">
Div here</div>
This div border color is #bacecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,206,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacecc; -webkit-box-shadow: 1px 1px 3px 2px #bacecc; box-shadow: 1px 1px 3px 2px #bacecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,206,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacecc; -webkit-box-shadow: 1px 1px 3px 2px #bacecc; box-shadow: 1px 1px 3px 2px #bacecc;">
Div content here</div>
This div box has shadow with color #bacecc
#bacecc Color Palettes
Comments
No comments written yet.
Please login to write comment.