Color spaces of #b3ceab
RGB | 179 | 206 | 171 |
---|---|---|---|
HSL | 0.30 | 0.26 | 0.74 |
HSV | 106° | 17° | 81° |
CMYK | 0.13 | 0.00 | 0.17 0.19 |
XYZ | 48.0124 | 56.6666 | 46.9353 |
Yxy | 56.6666 | 0.3167 | 0.3738 |
Hunter Lab | 75.2772 | -17.8864 | 15.7268 |
CIE-Lab | 79.9917 | -15.5509 | 14.4219 |
#b3ceab color RGB value is (179,206,171).
#b3ceab hex color red value is 179, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b3ceab hue: 0.30 , saturation: 0.26 and the lightness value of b3ceab is 0.74.
The process color (four color CMYK) of #b3ceab color hex is 0.13, 0.00, 0.17, 0.19. Web safe color of #b3ceab is #cccc99. Color #b3ceab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11001110 | 10101011 |
Octal | 263 | 316 | 253 |
Decimal | 179 | 206 | 171 |
Hex | B3 | CE | AB |
Shades of #b3ceab
Tints of #b3ceab
RGB Percentages of Color #b3ceab
CMYK Percentages of Color #b3ceab
Complementary Color
#b3ceab | #c6abce |
#b3ceab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3ceab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3ceab Color CSS Codes
.mybgcolor {background-color:#b3ceab; } .myforecolor {color:#b3ceab; } .mybordercolor {border:3px solid #b3ceab; }
#b3ceab Text Font Color
<p style="color:#b3ceab">Text here</p>
This sample text font color is #b3ceab
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.
#b3ceab Background Color
<div style="background-color:#b3ceab">
Div content here</div>
This div background color is #b3ceab
#b3ceab Border Color
<div style="border:3px solid #b3ceab">
Div here</div>
This div border color is #b3ceab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,206,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3ceab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3ceab; -webkit-box-shadow: 1px 1px 3px 2px #b3ceab; box-shadow: 1px 1px 3px 2px #b3ceab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,206,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3ceab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3ceab; -webkit-box-shadow: 1px 1px 3px 2px #b3ceab; box-shadow: 1px 1px 3px 2px #b3ceab;">
Div content here</div>
This div box has shadow with color #b3ceab
Comments
No comments written yet.
Please login to write comment.