Color spaces of #bac9de
RGB | 186 | 201 | 222 |
---|---|---|---|
HSL | 0.60 | 0.35 | 0.80 |
HSV | 215° | 16° | 87° |
CMYK | 0.16 | 0.09 | 0.00 0.13 |
XYZ | 54.3212 | 57.4863 | 77.3402 |
Yxy | 57.4863 | 0.2872 | 0.3039 |
Hunter Lab | 75.8197 | -4.7978 | -7.4052 |
CIE-Lab | 80.4523 | -0.8076 | -12.1509 |
#bac9de color RGB value is (186,201,222).
#bac9de hex color red value is 186, green value is 201 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bac9de hue: 0.60 , saturation: 0.35 and the lightness value of bac9de is 0.80.
The process color (four color CMYK) of #bac9de color hex is 0.16, 0.09, 0.00, 0.13. Web safe color of #bac9de is #cccccc. Color #bac9de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001001 | 11011110 |
Octal | 272 | 311 | 336 |
Decimal | 186 | 201 | 222 |
Hex | BA | C9 | DE |
Shades of #bac9de
Tints of #bac9de
RGB Percentages of Color #bac9de
CMYK Percentages of Color #bac9de
Complementary Color
#bac9de | #decfba |
#bac9de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac9de Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac9de Color CSS Codes
.mybgcolor {background-color:#bac9de; } .myforecolor {color:#bac9de; } .mybordercolor {border:3px solid #bac9de; }
#bac9de Text Font Color
<p style="color:#bac9de">Text here</p>
This sample text font color is #bac9de
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.
#bac9de Background Color
<div style="background-color:#bac9de">
Div content here</div>
This div background color is #bac9de
#bac9de Border Color
<div style="border:3px solid #bac9de">
Div here</div>
This div border color is #bac9de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,201,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac9de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac9de; -webkit-box-shadow: 1px 1px 3px 2px #bac9de; box-shadow: 1px 1px 3px 2px #bac9de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,201,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac9de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac9de; -webkit-box-shadow: 1px 1px 3px 2px #bac9de; box-shadow: 1px 1px 3px 2px #bac9de;">
Div content here</div>
This div box has shadow with color #bac9de
Comments
No comments written yet.
Please login to write comment.