Color spaces of #bacde5
RGB | 186 | 205 | 229 |
---|---|---|---|
HSL | 0.59 | 0.45 | 0.81 |
HSV | 213° | 19° | 90° |
CMYK | 0.19 | 0.10 | 0.00 0.10 |
XYZ | 56.2239 | 59.7589 | 82.7000 |
Yxy | 59.7589 | 0.2830 | 0.3008 |
Hunter Lab | 77.3039 | -5.4569 | -9.3160 |
CIE-Lab | 81.7070 | -1.4263 | -14.0183 |
#bacde5 color RGB value is (186,205,229).
#bacde5 hex color red value is 186, green value is 205 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bacde5 hue: 0.59 , saturation: 0.45 and the lightness value of bacde5 is 0.81.
The process color (four color CMYK) of #bacde5 color hex is 0.19, 0.10, 0.00, 0.10. Web safe color of #bacde5 is #cccccc. Color #bacde5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001101 | 11100101 |
Octal | 272 | 315 | 345 |
Decimal | 186 | 205 | 229 |
Hex | BA | CD | E5 |
Shades of #bacde5
Tints of #bacde5
RGB Percentages of Color #bacde5
CMYK Percentages of Color #bacde5
Complementary Color
#bacde5 | #e5d2ba |
#bacde5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacde5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacde5 Color CSS Codes
.mybgcolor {background-color:#bacde5; } .myforecolor {color:#bacde5; } .mybordercolor {border:3px solid #bacde5; }
#bacde5 Text Font Color
<p style="color:#bacde5">Text here</p>
This sample text font color is #bacde5
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.
#bacde5 Background Color
<div style="background-color:#bacde5">
Div content here</div>
This div background color is #bacde5
#bacde5 Border Color
<div style="border:3px solid #bacde5">
Div here</div>
This div border color is #bacde5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,205,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacde5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacde5; -webkit-box-shadow: 1px 1px 3px 2px #bacde5; box-shadow: 1px 1px 3px 2px #bacde5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,205,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacde5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacde5; -webkit-box-shadow: 1px 1px 3px 2px #bacde5; box-shadow: 1px 1px 3px 2px #bacde5;">
Div content here</div>
This div box has shadow with color #bacde5
Comments
No comments written yet.
Please login to write comment.