Color spaces of #b3daad
RGB | 179 | 218 | 173 |
---|---|---|---|
HSL | 0.31 | 0.38 | 0.77 |
HSV | 112° | 21° | 85° |
CMYK | 0.18 | 0.00 | 0.21 0.15 |
XYZ | 51.2046 | 62.7436 | 48.9471 |
Yxy | 62.7436 | 0.3143 | 0.3852 |
Hunter Lab | 79.2109 | -23.2305 | 18.8103 |
CIE-Lab | 83.3073 | -21.2057 | 18.0100 |
#b3daad color RGB value is (179,218,173).
#b3daad hex color red value is 179, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b3daad hue: 0.31 , saturation: 0.38 and the lightness value of b3daad is 0.77.
The process color (four color CMYK) of #b3daad color hex is 0.18, 0.00, 0.21, 0.15. Web safe color of #b3daad is #cccc99. Color #b3daad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11011010 | 10101101 |
Octal | 263 | 332 | 255 |
Decimal | 179 | 218 | 173 |
Hex | B3 | DA | AD |
Shades of #b3daad
Tints of #b3daad
RGB Percentages of Color #b3daad
CMYK Percentages of Color #b3daad
Complementary Color
#b3daad | #d4adda |
#b3daad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3daad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3daad Color CSS Codes
.mybgcolor {background-color:#b3daad; } .myforecolor {color:#b3daad; } .mybordercolor {border:3px solid #b3daad; }
#b3daad Text Font Color
<p style="color:#b3daad">Text here</p>
This sample text font color is #b3daad
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.
#b3daad Background Color
<div style="background-color:#b3daad">
Div content here</div>
This div background color is #b3daad
#b3daad Border Color
<div style="border:3px solid #b3daad">
Div here</div>
This div border color is #b3daad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,218,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3daad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3daad; -webkit-box-shadow: 1px 1px 3px 2px #b3daad; box-shadow: 1px 1px 3px 2px #b3daad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,218,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3daad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3daad; -webkit-box-shadow: 1px 1px 3px 2px #b3daad; box-shadow: 1px 1px 3px 2px #b3daad;">
Div content here</div>
This div box has shadow with color #b3daad
Comments
No comments written yet.
Please login to write comment.