Color spaces of #bdceaf
RGB | 189 | 206 | 175 |
---|---|---|---|
HSL | 0.26 | 0.24 | 0.75 |
HSV | 93° | 15° | 81° |
CMYK | 0.08 | 0.00 | 0.15 0.19 |
XYZ | 50.7954 | 58.0566 | 49.0863 |
Yxy | 58.0566 | 0.3216 | 0.3676 |
Hunter Lab | 76.1949 | -14.3438 | 15.1406 |
CIE-Lab | 80.7702 | -11.3568 | 13.4907 |
#bdceaf color RGB value is (189,206,175).
#bdceaf hex color red value is 189, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdceaf hue: 0.26 , saturation: 0.24 and the lightness value of bdceaf is 0.75.
The process color (four color CMYK) of #bdceaf color hex is 0.08, 0.00, 0.15, 0.19. Web safe color of #bdceaf is #cccc99. Color #bdceaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001110 | 10101111 |
Octal | 275 | 316 | 257 |
Decimal | 189 | 206 | 175 |
Hex | BD | CE | AF |
Shades of #bdceaf
Tints of #bdceaf
RGB Percentages of Color #bdceaf
CMYK Percentages of Color #bdceaf
Complementary Color
#bdceaf | #c0afce |
#bdceaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdceaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdceaf Color CSS Codes
.mybgcolor {background-color:#bdceaf; } .myforecolor {color:#bdceaf; } .mybordercolor {border:3px solid #bdceaf; }
#bdceaf Text Font Color
<p style="color:#bdceaf">Text here</p>
This sample text font color is #bdceaf
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.
#bdceaf Background Color
<div style="background-color:#bdceaf">
Div content here</div>
This div background color is #bdceaf
#bdceaf Border Color
<div style="border:3px solid #bdceaf">
Div here</div>
This div border color is #bdceaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,206,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdceaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdceaf; -webkit-box-shadow: 1px 1px 3px 2px #bdceaf; box-shadow: 1px 1px 3px 2px #bdceaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,206,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 #bdceaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdceaf; -webkit-box-shadow: 1px 1px 3px 2px #bdceaf; box-shadow: 1px 1px 3px 2px #bdceaf;">
Div content here</div>
This div box has shadow with color #bdceaf
Comments
No comments written yet.
Please login to write comment.