Color spaces of #b2cfab
RGB | 178 | 207 | 171 |
---|---|---|---|
HSL | 0.30 | 0.27 | 0.74 |
HSV | 108° | 17° | 81° |
CMYK | 0.14 | 0.00 | 0.17 0.19 |
XYZ | 48.0236 | 57.0309 | 47.0050 |
Yxy | 57.0309 | 0.3158 | 0.3751 |
Hunter Lab | 75.5188 | -18.6469 | 15.9594 |
CIE-Lab | 80.1970 | -16.4047 | 14.7011 |
#b2cfab color RGB value is (178,207,171).
#b2cfab hex color red value is 178, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b2cfab hue: 0.30 , saturation: 0.27 and the lightness value of b2cfab is 0.74.
The process color (four color CMYK) of #b2cfab color hex is 0.14, 0.00, 0.17, 0.19. Web safe color of #b2cfab is #99cc99. Color #b2cfab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11001111 | 10101011 |
Octal | 262 | 317 | 253 |
Decimal | 178 | 207 | 171 |
Hex | B2 | CF | AB |
Shades of #b2cfab
Tints of #b2cfab
RGB Percentages of Color #b2cfab
CMYK Percentages of Color #b2cfab
Complementary Color
#b2cfab | #c8abcf |
#b2cfab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2cfab Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2cfab Color CSS Codes
.mybgcolor {background-color:#b2cfab; } .myforecolor {color:#b2cfab; } .mybordercolor {border:3px solid #b2cfab; }
#b2cfab Text Font Color
<p style="color:#b2cfab">Text here</p>
This sample text font color is #b2cfab
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.
#b2cfab Background Color
<div style="background-color:#b2cfab">
Div content here</div>
This div background color is #b2cfab
#b2cfab Border Color
<div style="border:3px solid #b2cfab">
Div here</div>
This div border color is #b2cfab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,207,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2cfab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2cfab; -webkit-box-shadow: 1px 1px 3px 2px #b2cfab; box-shadow: 1px 1px 3px 2px #b2cfab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,207,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 #b2cfab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2cfab; -webkit-box-shadow: 1px 1px 3px 2px #b2cfab; box-shadow: 1px 1px 3px 2px #b2cfab;">
Div content here</div>
This div box has shadow with color #b2cfab
Comments
No comments written yet.
Please login to write comment.