Color spaces of #baefdd
RGB | 186 | 239 | 221 |
---|---|---|---|
HSL | 0.44 | 0.62 | 0.83 |
HSV | 160° | 22° | 94° |
CMYK | 0.22 | 0.00 | 0.08 0.06 |
XYZ | 64.1673 | 77.3926 | 79.9629 |
Yxy | 77.3926 | 0.2897 | 0.3494 |
Hunter Lab | 87.9731 | -23.7555 | 7.6896 |
CIE-Lab | 90.5020 | -20.4336 | 3.1814 |
#baefdd color RGB value is (186,239,221).
#baefdd hex color red value is 186, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #baefdd hue: 0.44 , saturation: 0.62 and the lightness value of baefdd is 0.83.
The process color (four color CMYK) of #baefdd color hex is 0.22, 0.00, 0.08, 0.06. Web safe color of #baefdd is #ccffcc. Color #baefdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101111 | 11011101 |
Octal | 272 | 357 | 335 |
Decimal | 186 | 239 | 221 |
Hex | BA | EF | DD |
Shades of #baefdd
Tints of #baefdd
RGB Percentages of Color #baefdd
CMYK Percentages of Color #baefdd
Complementary Color
#baefdd | #efbacc |
#baefdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baefdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#baefdd Color CSS Codes
.mybgcolor {background-color:#baefdd; } .myforecolor {color:#baefdd; } .mybordercolor {border:3px solid #baefdd; }
#baefdd Text Font Color
<p style="color:#baefdd">Text here</p>
This sample text font color is #baefdd
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.
#baefdd Background Color
<div style="background-color:#baefdd">
Div content here</div>
This div background color is #baefdd
#baefdd Border Color
<div style="border:3px solid #baefdd">
Div here</div>
This div border color is #baefdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baefdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baefdd; -webkit-box-shadow: 1px 1px 3px 2px #baefdd; box-shadow: 1px 1px 3px 2px #baefdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baefdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baefdd; -webkit-box-shadow: 1px 1px 3px 2px #baefdd; box-shadow: 1px 1px 3px 2px #baefdd;">
Div content here</div>
This div box has shadow with color #baefdd
Comments
No comments written yet.
Please login to write comment.