Color spaces of #b6cfaa
RGB | 182 | 207 | 170 |
---|---|---|---|
HSL | 0.28 | 0.28 | 0.74 |
HSV | 101° | 18° | 81° |
CMYK | 0.12 | 0.00 | 0.18 0.19 |
XYZ | 48.8599 | 57.4730 | 46.5484 |
Yxy | 57.4730 | 0.3196 | 0.3759 |
Hunter Lab | 75.8109 | -17.6265 | 16.6632 |
CIE-Lab | 80.4449 | -15.1749 | 15.6196 |
#b6cfaa color RGB value is (182,207,170).
#b6cfaa hex color red value is 182, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6cfaa hue: 0.28 , saturation: 0.28 and the lightness value of b6cfaa is 0.74.
The process color (four color CMYK) of #b6cfaa color hex is 0.12, 0.00, 0.18, 0.19. Web safe color of #b6cfaa is #cccc99. Color #b6cfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11001111 | 10101010 |
Octal | 266 | 317 | 252 |
Decimal | 182 | 207 | 170 |
Hex | B6 | CF | AA |
Shades of #b6cfaa
Tints of #b6cfaa
RGB Percentages of Color #b6cfaa
CMYK Percentages of Color #b6cfaa
Complementary Color
#b6cfaa | #c3aacf |
#b6cfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6cfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6cfaa Color CSS Codes
.mybgcolor {background-color:#b6cfaa; } .myforecolor {color:#b6cfaa; } .mybordercolor {border:3px solid #b6cfaa; }
#b6cfaa Text Font Color
<p style="color:#b6cfaa">Text here</p>
This sample text font color is #b6cfaa
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.
#b6cfaa Background Color
<div style="background-color:#b6cfaa">
Div content here</div>
This div background color is #b6cfaa
#b6cfaa Border Color
<div style="border:3px solid #b6cfaa">
Div here</div>
This div border color is #b6cfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,207,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6cfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6cfaa; -webkit-box-shadow: 1px 1px 3px 2px #b6cfaa; box-shadow: 1px 1px 3px 2px #b6cfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,207,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6cfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6cfaa; -webkit-box-shadow: 1px 1px 3px 2px #b6cfaa; box-shadow: 1px 1px 3px 2px #b6cfaa;">
Div content here</div>
This div box has shadow with color #b6cfaa
Comments
No comments written yet.
Please login to write comment.