Color spaces of #b8daba
RGB | 184 | 218 | 186 |
---|---|---|---|
HSL | 0.34 | 0.31 | 0.79 |
HSV | 124° | 16° | 85° |
CMYK | 0.16 | 0.00 | 0.15 0.15 |
XYZ | 53.7015 | 63.8783 | 55.9538 |
Yxy | 63.8783 | 0.3095 | 0.3681 |
Hunter Lab | 79.9239 | -19.9313 | 14.4385 |
CIE-Lab | 83.9024 | -17.2623 | 12.0489 |
#b8daba color RGB value is (184,218,186).
#b8daba hex color red value is 184, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b8daba hue: 0.34 , saturation: 0.31 and the lightness value of b8daba is 0.79.
The process color (four color CMYK) of #b8daba color hex is 0.16, 0.00, 0.15, 0.15. Web safe color of #b8daba is #cccccc. Color #b8daba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11011010 | 10111010 |
Octal | 270 | 332 | 272 |
Decimal | 184 | 218 | 186 |
Hex | B8 | DA | BA |
Shades of #b8daba
Tints of #b8daba
RGB Percentages of Color #b8daba
CMYK Percentages of Color #b8daba
Complementary Color
#b8daba | #dab8d8 |
#b8daba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8daba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8daba Color CSS Codes
.mybgcolor {background-color:#b8daba; } .myforecolor {color:#b8daba; } .mybordercolor {border:3px solid #b8daba; }
#b8daba Text Font Color
<p style="color:#b8daba">Text here</p>
This sample text font color is #b8daba
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.
#b8daba Background Color
<div style="background-color:#b8daba">
Div content here</div>
This div background color is #b8daba
#b8daba Border Color
<div style="border:3px solid #b8daba">
Div here</div>
This div border color is #b8daba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,218,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8daba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8daba; -webkit-box-shadow: 1px 1px 3px 2px #b8daba; box-shadow: 1px 1px 3px 2px #b8daba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,218,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8daba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8daba; -webkit-box-shadow: 1px 1px 3px 2px #b8daba; box-shadow: 1px 1px 3px 2px #b8daba;">
Div content here</div>
This div box has shadow with color #b8daba
Comments
No comments written yet.
Please login to write comment.