Color spaces of #badeda
RGB | 186 | 222 | 218 |
---|---|---|---|
HSL | 0.48 | 0.35 | 0.80 |
HSV | 173° | 16° | 87° |
CMYK | 0.16 | 0.00 | 0.02 0.13 |
XYZ | 59.0259 | 67.7436 | 76.2945 |
Yxy | 67.7436 | 0.2907 | 0.3336 |
Hunter Lab | 82.3065 | -16.0255 | 2.6553 |
CIE-Lab | 85.8781 | -12.5455 | -1.9883 |
#badeda color RGB value is (186,222,218).
#badeda hex color red value is 186, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #badeda hue: 0.48 , saturation: 0.35 and the lightness value of badeda is 0.80.
The process color (four color CMYK) of #badeda color hex is 0.16, 0.00, 0.02, 0.13. Web safe color of #badeda is #cccccc. Color #badeda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011110 | 11011010 |
Octal | 272 | 336 | 332 |
Decimal | 186 | 222 | 218 |
Hex | BA | DE | DA |
Shades of #badeda
Tints of #badeda
RGB Percentages of Color #badeda
CMYK Percentages of Color #badeda
Complementary Color
#badeda | #debabe |
#badeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#badeda Color CSS Codes
.mybgcolor {background-color:#badeda; } .myforecolor {color:#badeda; } .mybordercolor {border:3px solid #badeda; }
#badeda Text Font Color
<p style="color:#badeda">Text here</p>
This sample text font color is #badeda
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.
#badeda Background Color
<div style="background-color:#badeda">
Div content here</div>
This div background color is #badeda
#badeda Border Color
<div style="border:3px solid #badeda">
Div here</div>
This div border color is #badeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,222,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badeda; -webkit-box-shadow: 1px 1px 3px 2px #badeda; box-shadow: 1px 1px 3px 2px #badeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,222,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badeda; -webkit-box-shadow: 1px 1px 3px 2px #badeda; box-shadow: 1px 1px 3px 2px #badeda;">
Div content here</div>
This div box has shadow with color #badeda
#badeda Color Palettes
Comments
No comments written yet.
Please login to write comment.