Color spaces of #baebcf
RGB | 186 | 235 | 207 |
---|---|---|---|
HSL | 0.40 | 0.55 | 0.83 |
HSV | 146° | 21° | 92° |
CMYK | 0.21 | 0.00 | 0.12 0.08 |
XYZ | 61.2205 | 74.3608 | 70.1579 |
Yxy | 74.3608 | 0.2976 | 0.3614 |
Hunter Lab | 86.2327 | -24.1820 | 12.1253 |
CIE-Lab | 89.0927 | -21.1791 | 8.4507 |
#baebcf color RGB value is (186,235,207).
#baebcf hex color red value is 186, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #baebcf hue: 0.40 , saturation: 0.55 and the lightness value of baebcf is 0.83.
The process color (four color CMYK) of #baebcf color hex is 0.21, 0.00, 0.12, 0.08. Web safe color of #baebcf is #ccffcc. Color #baebcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101011 | 11001111 |
Octal | 272 | 353 | 317 |
Decimal | 186 | 235 | 207 |
Hex | BA | EB | CF |
Shades of #baebcf
Tints of #baebcf
RGB Percentages of Color #baebcf
CMYK Percentages of Color #baebcf
Complementary Color
#baebcf | #ebbad6 |
#baebcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baebcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#baebcf Color CSS Codes
.mybgcolor {background-color:#baebcf; } .myforecolor {color:#baebcf; } .mybordercolor {border:3px solid #baebcf; }
#baebcf Text Font Color
<p style="color:#baebcf">Text here</p>
This sample text font color is #baebcf
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.
#baebcf Background Color
<div style="background-color:#baebcf">
Div content here</div>
This div background color is #baebcf
#baebcf Border Color
<div style="border:3px solid #baebcf">
Div here</div>
This div border color is #baebcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,235,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baebcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baebcf; -webkit-box-shadow: 1px 1px 3px 2px #baebcf; box-shadow: 1px 1px 3px 2px #baebcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,235,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baebcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baebcf; -webkit-box-shadow: 1px 1px 3px 2px #baebcf; box-shadow: 1px 1px 3px 2px #baebcf;">
Div content here</div>
This div box has shadow with color #baebcf
Comments
No comments written yet.
Please login to write comment.