Color spaces of #baeccb
RGB | 186 | 236 | 203 |
---|---|---|---|
HSL | 0.39 | 0.57 | 0.83 |
HSV | 140° | 21° | 93° |
CMYK | 0.21 | 0.00 | 0.14 0.07 |
XYZ | 61.0246 | 74.7418 | 67.7102 |
Yxy | 74.7418 | 0.2999 | 0.3673 |
Hunter Lab | 86.4533 | -25.2960 | 14.0814 |
CIE-Lab | 89.2719 | -22.4125 | 10.7924 |
#baeccb color RGB value is (186,236,203).
#baeccb hex color red value is 186, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #baeccb hue: 0.39 , saturation: 0.57 and the lightness value of baeccb is 0.83.
The process color (four color CMYK) of #baeccb color hex is 0.21, 0.00, 0.14, 0.07. Web safe color of #baeccb is #ccffcc. Color #baeccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101100 | 11001011 |
Octal | 272 | 354 | 313 |
Decimal | 186 | 236 | 203 |
Hex | BA | EC | CB |
Shades of #baeccb
Tints of #baeccb
RGB Percentages of Color #baeccb
CMYK Percentages of Color #baeccb
Complementary Color
#baeccb | #ecbadb |
#baeccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baeccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#baeccb Color CSS Codes
.mybgcolor {background-color:#baeccb; } .myforecolor {color:#baeccb; } .mybordercolor {border:3px solid #baeccb; }
#baeccb Text Font Color
<p style="color:#baeccb">Text here</p>
This sample text font color is #baeccb
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.
#baeccb Background Color
<div style="background-color:#baeccb">
Div content here</div>
This div background color is #baeccb
#baeccb Border Color
<div style="border:3px solid #baeccb">
Div here</div>
This div border color is #baeccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,236,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baeccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baeccb; -webkit-box-shadow: 1px 1px 3px 2px #baeccb; box-shadow: 1px 1px 3px 2px #baeccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,236,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baeccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baeccb; -webkit-box-shadow: 1px 1px 3px 2px #baeccb; box-shadow: 1px 1px 3px 2px #baeccb;">
Div content here</div>
This div box has shadow with color #baeccb
Comments
No comments written yet.
Please login to write comment.