Color spaces of #bae2ed
RGB | 186 | 226 | 237 |
---|---|---|---|
HSL | 0.54 | 0.59 | 0.83 |
HSV | 193° | 22° | 93° |
CMYK | 0.22 | 0.05 | 0.00 0.07 |
XYZ | 62.7321 | 70.9462 | 90.5084 |
Yxy | 70.9462 | 0.2798 | 0.3165 |
Hunter Lab | 84.2296 | -14.4594 | -4.7490 |
CIE-Lab | 87.4589 | -10.6115 | -9.6725 |
#bae2ed color RGB value is (186,226,237).
#bae2ed hex color red value is 186, green value is 226 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bae2ed hue: 0.54 , saturation: 0.59 and the lightness value of bae2ed is 0.83.
The process color (four color CMYK) of #bae2ed color hex is 0.22, 0.05, 0.00, 0.07. Web safe color of #bae2ed is #ccccff. Color #bae2ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100010 | 11101101 |
Octal | 272 | 342 | 355 |
Decimal | 186 | 226 | 237 |
Hex | BA | E2 | ED |
Shades of #bae2ed
Tints of #bae2ed
RGB Percentages of Color #bae2ed
CMYK Percentages of Color #bae2ed
Complementary Color
#bae2ed | #edc5ba |
#bae2ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae2ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae2ed Color CSS Codes
.mybgcolor {background-color:#bae2ed; } .myforecolor {color:#bae2ed; } .mybordercolor {border:3px solid #bae2ed; }
#bae2ed Text Font Color
<p style="color:#bae2ed">Text here</p>
This sample text font color is #bae2ed
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.
#bae2ed Background Color
<div style="background-color:#bae2ed">
Div content here</div>
This div background color is #bae2ed
#bae2ed Border Color
<div style="border:3px solid #bae2ed">
Div here</div>
This div border color is #bae2ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,226,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae2ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae2ed; -webkit-box-shadow: 1px 1px 3px 2px #bae2ed; box-shadow: 1px 1px 3px 2px #bae2ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,226,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae2ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae2ed; -webkit-box-shadow: 1px 1px 3px 2px #bae2ed; box-shadow: 1px 1px 3px 2px #bae2ed;">
Div content here</div>
This div box has shadow with color #bae2ed
#bae2ed Color Palettes
Comments
No comments written yet.
Please login to write comment.