Color spaces of #bdfaab
RGB | 189 | 250 | 171 |
---|---|---|---|
HSL | 0.30 | 0.89 | 0.83 |
HSV | 106° | 32° | 98° |
CMYK | 0.24 | 0.00 | 0.32 0.02 |
XYZ | 62.5226 | 82.1303 | 51.0855 |
Yxy | 82.1303 | 0.3194 | 0.4196 |
Hunter Lab | 90.6258 | -35.4482 | 30.0164 |
CIE-Lab | 92.6323 | -33.3961 | 31.8882 |
#bdfaab color RGB value is (189,250,171).
#bdfaab hex color red value is 189, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdfaab hue: 0.30 , saturation: 0.89 and the lightness value of bdfaab is 0.83.
The process color (four color CMYK) of #bdfaab color hex is 0.24, 0.00, 0.32, 0.02. Web safe color of #bdfaab is #ccff99. Color #bdfaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111010 | 10101011 |
Octal | 275 | 372 | 253 |
Decimal | 189 | 250 | 171 |
Hex | BD | FA | AB |
Shades of #bdfaab
Tints of #bdfaab
RGB Percentages of Color #bdfaab
CMYK Percentages of Color #bdfaab
Complementary Color
#bdfaab | #e8abfa |
#bdfaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfaab Color CSS Codes
.mybgcolor {background-color:#bdfaab; } .myforecolor {color:#bdfaab; } .mybordercolor {border:3px solid #bdfaab; }
#bdfaab Text Font Color
<p style="color:#bdfaab">Text here</p>
This sample text font color is #bdfaab
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.
#bdfaab Background Color
<div style="background-color:#bdfaab">
Div content here</div>
This div background color is #bdfaab
#bdfaab Border Color
<div style="border:3px solid #bdfaab">
Div here</div>
This div border color is #bdfaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,250,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfaab; -webkit-box-shadow: 1px 1px 3px 2px #bdfaab; box-shadow: 1px 1px 3px 2px #bdfaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,250,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfaab; -webkit-box-shadow: 1px 1px 3px 2px #bdfaab; box-shadow: 1px 1px 3px 2px #bdfaab;">
Div content here</div>
This div box has shadow with color #bdfaab
Comments
No comments written yet.
Please login to write comment.