Color spaces of #bdfeaf
RGB | 189 | 254 | 175 |
---|---|---|---|
HSL | 0.30 | 0.98 | 0.84 |
HSV | 109° | 31° | 100° |
CMYK | 0.26 | 0.00 | 0.31 0.00 |
XYZ | 64.1659 | 84.7976 | 53.5431 |
Yxy | 84.7976 | 0.3169 | 0.4187 |
Hunter Lab | 92.0856 | -36.7698 | 29.9858 |
CIE-Lab | 93.7958 | -34.6343 | 31.4411 |
#bdfeaf color RGB value is (189,254,175).
#bdfeaf hex color red value is 189, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdfeaf hue: 0.30 , saturation: 0.98 and the lightness value of bdfeaf is 0.84.
The process color (four color CMYK) of #bdfeaf color hex is 0.26, 0.00, 0.31, 0.00. Web safe color of #bdfeaf is #ccff99. Color #bdfeaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111110 | 10101111 |
Octal | 275 | 376 | 257 |
Decimal | 189 | 254 | 175 |
Hex | BD | FE | AF |
Shades of #bdfeaf
Tints of #bdfeaf
RGB Percentages of Color #bdfeaf
CMYK Percentages of Color #bdfeaf
Complementary Color
#bdfeaf | #f0affe |
#bdfeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfeaf Color CSS Codes
.mybgcolor {background-color:#bdfeaf; } .myforecolor {color:#bdfeaf; } .mybordercolor {border:3px solid #bdfeaf; }
#bdfeaf Text Font Color
<p style="color:#bdfeaf">Text here</p>
This sample text font color is #bdfeaf
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.
#bdfeaf Background Color
<div style="background-color:#bdfeaf">
Div content here</div>
This div background color is #bdfeaf
#bdfeaf Border Color
<div style="border:3px solid #bdfeaf">
Div here</div>
This div border color is #bdfeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,254,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfeaf; -webkit-box-shadow: 1px 1px 3px 2px #bdfeaf; box-shadow: 1px 1px 3px 2px #bdfeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,254,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfeaf; -webkit-box-shadow: 1px 1px 3px 2px #bdfeaf; box-shadow: 1px 1px 3px 2px #bdfeaf;">
Div content here</div>
This div box has shadow with color #bdfeaf
Comments
No comments written yet.
Please login to write comment.