Color spaces of #baf4cb
RGB | 186 | 244 | 203 |
---|---|---|---|
HSL | 0.38 | 0.73 | 0.84 |
HSV | 138° | 24° | 96° |
CMYK | 0.24 | 0.00 | 0.17 0.04 |
XYZ | 63.3799 | 79.4523 | 68.4953 |
Yxy | 79.4523 | 0.2999 | 0.3760 |
Hunter Lab | 89.1360 | -29.0661 | 16.8347 |
CIE-Lab | 91.4386 | -26.2720 | 13.8707 |
#baf4cb color RGB value is (186,244,203).
#baf4cb hex color red value is 186, green value is 244 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #baf4cb hue: 0.38 , saturation: 0.73 and the lightness value of baf4cb is 0.84.
The process color (four color CMYK) of #baf4cb color hex is 0.24, 0.00, 0.17, 0.04. Web safe color of #baf4cb is #ccffcc. Color #baf4cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110100 | 11001011 |
Octal | 272 | 364 | 313 |
Decimal | 186 | 244 | 203 |
Hex | BA | F4 | CB |
Shades of #baf4cb
Tints of #baf4cb
RGB Percentages of Color #baf4cb
CMYK Percentages of Color #baf4cb
Complementary Color
#baf4cb | #f4bae3 |
#baf4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf4cb Color CSS Codes
.mybgcolor {background-color:#baf4cb; } .myforecolor {color:#baf4cb; } .mybordercolor {border:3px solid #baf4cb; }
#baf4cb Text Font Color
<p style="color:#baf4cb">Text here</p>
This sample text font color is #baf4cb
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.
#baf4cb Background Color
<div style="background-color:#baf4cb">
Div content here</div>
This div background color is #baf4cb
#baf4cb Border Color
<div style="border:3px solid #baf4cb">
Div here</div>
This div border color is #baf4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,244,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf4cb; -webkit-box-shadow: 1px 1px 3px 2px #baf4cb; box-shadow: 1px 1px 3px 2px #baf4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,244,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 #baf4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf4cb; -webkit-box-shadow: 1px 1px 3px 2px #baf4cb; box-shadow: 1px 1px 3px 2px #baf4cb;">
Div content here</div>
This div box has shadow with color #baf4cb
Comments
No comments written yet.
Please login to write comment.