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