Color spaces of #babdd2
RGB | 186 | 189 | 210 |
---|---|---|---|
HSL | 0.65 | 0.21 | 0.78 |
HSV | 233° | 11° | 82° |
CMYK | 0.11 | 0.10 | 0.00 0.18 |
XYZ | 50.0802 | 51.4874 | 68.2713 |
Yxy | 51.4874 | 0.2949 | 0.3032 |
Hunter Lab | 71.7547 | -0.9892 | -6.1834 |
CIE-Lab | 76.9733 | 3.0960 | -10.8824 |
#babdd2 color RGB value is (186,189,210).
#babdd2 hex color red value is 186, green value is 189 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #babdd2 hue: 0.65 , saturation: 0.21 and the lightness value of babdd2 is 0.78.
The process color (four color CMYK) of #babdd2 color hex is 0.11, 0.10, 0.00, 0.18. Web safe color of #babdd2 is #cccccc. Color #babdd2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111101 | 11010010 |
Octal | 272 | 275 | 322 |
Decimal | 186 | 189 | 210 |
Hex | BA | BD | D2 |
Shades of #babdd2
Tints of #babdd2
RGB Percentages of Color #babdd2
CMYK Percentages of Color #babdd2
Complementary Color
#babdd2 | #d2cfba |
#babdd2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#babdd2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#babdd2 Color CSS Codes
.mybgcolor {background-color:#babdd2; } .myforecolor {color:#babdd2; } .mybordercolor {border:3px solid #babdd2; }
#babdd2 Text Font Color
<p style="color:#babdd2">Text here</p>
This sample text font color is #babdd2
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.
#babdd2 Background Color
<div style="background-color:#babdd2">
Div content here</div>
This div background color is #babdd2
#babdd2 Border Color
<div style="border:3px solid #babdd2">
Div here</div>
This div border color is #babdd2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,189,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #babdd2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #babdd2; -webkit-box-shadow: 1px 1px 3px 2px #babdd2; box-shadow: 1px 1px 3px 2px #babdd2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,189,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #babdd2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #babdd2; -webkit-box-shadow: 1px 1px 3px 2px #babdd2; box-shadow: 1px 1px 3px 2px #babdd2;">
Div content here</div>
This div box has shadow with color #babdd2
Comments
No comments written yet.
Please login to write comment.