Color spaces of #bafccb
RGB | 186 | 252 | 203 |
---|---|---|---|
HSL | 0.38 | 0.92 | 0.86 |
HSV | 135° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.19 0.01 |
XYZ | 65.8396 | 84.3717 | 69.3152 |
Yxy | 84.3717 | 0.2999 | 0.3843 |
Hunter Lab | 91.8541 | -32.7985 | 19.5562 |
CIE-Lab | 93.6117 | -30.0597 | 16.9364 |
#bafccb color RGB value is (186,252,203).
#bafccb hex color red value is 186, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bafccb hue: 0.38 , saturation: 0.92 and the lightness value of bafccb is 0.86.
The process color (four color CMYK) of #bafccb color hex is 0.26, 0.00, 0.19, 0.01. Web safe color of #bafccb is #ccffcc. Color #bafccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111100 | 11001011 |
Octal | 272 | 374 | 313 |
Decimal | 186 | 252 | 203 |
Hex | BA | FC | CB |
Shades of #bafccb
Tints of #bafccb
RGB Percentages of Color #bafccb
CMYK Percentages of Color #bafccb
Complementary Color
#bafccb | #fcbaeb |
#bafccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafccb Color CSS Codes
.mybgcolor {background-color:#bafccb; } .myforecolor {color:#bafccb; } .mybordercolor {border:3px solid #bafccb; }
#bafccb Text Font Color
<p style="color:#bafccb">Text here</p>
This sample text font color is #bafccb
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.
#bafccb Background Color
<div style="background-color:#bafccb">
Div content here</div>
This div background color is #bafccb
#bafccb Border Color
<div style="border:3px solid #bafccb">
Div here</div>
This div border color is #bafccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,252,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafccb; -webkit-box-shadow: 1px 1px 3px 2px #bafccb; box-shadow: 1px 1px 3px 2px #bafccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,252,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 #bafccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafccb; -webkit-box-shadow: 1px 1px 3px 2px #bafccb; box-shadow: 1px 1px 3px 2px #bafccb;">
Div content here</div>
This div box has shadow with color #bafccb
Comments
No comments written yet.
Please login to write comment.