Color spaces of #baeedb
RGB | 186 | 238 | 219 |
---|---|---|---|
HSL | 0.44 | 0.60 | 0.83 |
HSV | 158° | 22° | 93° |
CMYK | 0.22 | 0.00 | 0.08 0.07 |
XYZ | 63.6104 | 76.7026 | 78.4703 |
Yxy | 76.7026 | 0.2907 | 0.3506 |
Hunter Lab | 87.5800 | -23.6184 | 8.1831 |
CIE-Lab | 90.1846 | -20.3379 | 3.7638 |
#baeedb color RGB value is (186,238,219).
#baeedb hex color red value is 186, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #baeedb hue: 0.44 , saturation: 0.60 and the lightness value of baeedb is 0.83.
The process color (four color CMYK) of #baeedb color hex is 0.22, 0.00, 0.08, 0.07. Web safe color of #baeedb is #ccffcc. Color #baeedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101110 | 11011011 |
Octal | 272 | 356 | 333 |
Decimal | 186 | 238 | 219 |
Hex | BA | EE | DB |
Shades of #baeedb
Tints of #baeedb
RGB Percentages of Color #baeedb
CMYK Percentages of Color #baeedb
Complementary Color
#baeedb | #eebacd |
#baeedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baeedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#baeedb Color CSS Codes
.mybgcolor {background-color:#baeedb; } .myforecolor {color:#baeedb; } .mybordercolor {border:3px solid #baeedb; }
#baeedb Text Font Color
<p style="color:#baeedb">Text here</p>
This sample text font color is #baeedb
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.
#baeedb Background Color
<div style="background-color:#baeedb">
Div content here</div>
This div background color is #baeedb
#baeedb Border Color
<div style="border:3px solid #baeedb">
Div here</div>
This div border color is #baeedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,238,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baeedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baeedb; -webkit-box-shadow: 1px 1px 3px 2px #baeedb; box-shadow: 1px 1px 3px 2px #baeedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,238,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baeedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baeedb; -webkit-box-shadow: 1px 1px 3px 2px #baeedb; box-shadow: 1px 1px 3px 2px #baeedb;">
Div content here</div>
This div box has shadow with color #baeedb
Comments
No comments written yet.
Please login to write comment.