Color spaces of #baecff
RGB | 186 | 236 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.86 |
HSV | 197° | 27° | 100° |
CMYK | 0.27 | 0.07 | 0.00 0.00 |
XYZ | 68.2952 | 77.6500 | 105.9962 |
Yxy | 77.6500 | 0.2711 | 0.3082 |
Hunter Lab | 88.1192 | -15.8655 | -9.6348 |
CIE-Lab | 90.6200 | -11.7311 | -14.3891 |
#baecff color RGB value is (186,236,255).
#baecff hex color red value is 186, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #baecff hue: 0.55 , saturation: 1.00 and the lightness value of baecff is 0.86.
The process color (four color CMYK) of #baecff color hex is 0.27, 0.07, 0.00, 0.00. Web safe color of #baecff is #ccffff. Color #baecff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101100 | 11111111 |
Octal | 272 | 354 | 377 |
Decimal | 186 | 236 | 255 |
Hex | BA | EC | FF |
Shades of #baecff
Tints of #baecff
RGB Percentages of Color #baecff
CMYK Percentages of Color #baecff
Complementary Color
#baecff | #ffcdba |
#baecff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baecff Color Preview on White Background
Lorem ipsum dolor sit amet.
#baecff Color CSS Codes
.mybgcolor {background-color:#baecff; } .myforecolor {color:#baecff; } .mybordercolor {border:3px solid #baecff; }
#baecff Text Font Color
<p style="color:#baecff">Text here</p>
This sample text font color is #baecff
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.
#baecff Background Color
<div style="background-color:#baecff">
Div content here</div>
This div background color is #baecff
#baecff Border Color
<div style="border:3px solid #baecff">
Div here</div>
This div border color is #baecff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,236,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baecff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baecff; -webkit-box-shadow: 1px 1px 3px 2px #baecff; box-shadow: 1px 1px 3px 2px #baecff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,236,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baecff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baecff; -webkit-box-shadow: 1px 1px 3px 2px #baecff; box-shadow: 1px 1px 3px 2px #baecff;">
Div content here</div>
This div box has shadow with color #baecff
Comments
No comments written yet.
Please login to write comment.