Color spaces of #baecee
RGB | 186 | 236 | 238 |
---|---|---|---|
HSL | 0.51 | 0.60 | 0.83 |
HSV | 182° | 22° | 93° |
CMYK | 0.22 | 0.01 | 0.00 0.07 |
XYZ | 65.6778 | 76.6031 | 92.2132 |
Yxy | 76.6031 | 0.2801 | 0.3267 |
Hunter Lab | 87.5232 | -19.2184 | -1.2009 |
CIE-Lab | 90.1386 | -15.4522 | -6.2256 |
#baecee color RGB value is (186,236,238).
#baecee hex color red value is 186, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #baecee hue: 0.51 , saturation: 0.60 and the lightness value of baecee is 0.83.
The process color (four color CMYK) of #baecee color hex is 0.22, 0.01, 0.00, 0.07. Web safe color of #baecee is #ccffff. Color #baecee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101100 | 11101110 |
Octal | 272 | 354 | 356 |
Decimal | 186 | 236 | 238 |
Hex | BA | EC | EE |
Shades of #baecee
Tints of #baecee
RGB Percentages of Color #baecee
CMYK Percentages of Color #baecee
Complementary Color
#baecee | #eebcba |
#baecee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baecee Color Preview on White Background
Lorem ipsum dolor sit amet.
#baecee Color CSS Codes
.mybgcolor {background-color:#baecee; } .myforecolor {color:#baecee; } .mybordercolor {border:3px solid #baecee; }
#baecee Text Font Color
<p style="color:#baecee">Text here</p>
This sample text font color is #baecee
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.
#baecee Background Color
<div style="background-color:#baecee">
Div content here</div>
This div background color is #baecee
#baecee Border Color
<div style="border:3px solid #baecee">
Div here</div>
This div border color is #baecee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,236,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baecee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baecee; -webkit-box-shadow: 1px 1px 3px 2px #baecee; box-shadow: 1px 1px 3px 2px #baecee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,236,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baecee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baecee; -webkit-box-shadow: 1px 1px 3px 2px #baecee; box-shadow: 1px 1px 3px 2px #baecee;">
Div content here</div>
This div box has shadow with color #baecee
Comments
No comments written yet.
Please login to write comment.