Color spaces of #b8cccb
RGB | 184 | 204 | 203 |
---|---|---|---|
HSL | 0.49 | 0.16 | 0.76 |
HSV | 177° | 10° | 80° |
CMYK | 0.10 | 0.00 | 0.00 0.20 |
XYZ | 52.1395 | 57.6879 | 64.8867 |
Yxy | 57.6879 | 0.2984 | 0.3302 |
Hunter Lab | 75.9526 | -10.3812 | 2.5150 |
CIE-Lab | 80.5650 | -6.9241 | -1.8130 |
#b8cccb color RGB value is (184,204,203).
#b8cccb hex color red value is 184, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b8cccb hue: 0.49 , saturation: 0.16 and the lightness value of b8cccb is 0.76.
The process color (four color CMYK) of #b8cccb color hex is 0.10, 0.00, 0.00, 0.20. Web safe color of #b8cccb is #cccccc. Color #b8cccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11001100 | 11001011 |
Octal | 270 | 314 | 313 |
Decimal | 184 | 204 | 203 |
Hex | B8 | CC | CB |
Shades of #b8cccb
Tints of #b8cccb
RGB Percentages of Color #b8cccb
CMYK Percentages of Color #b8cccb
Complementary Color
#b8cccb | #ccb8b9 |
#b8cccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8cccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8cccb Color CSS Codes
.mybgcolor {background-color:#b8cccb; } .myforecolor {color:#b8cccb; } .mybordercolor {border:3px solid #b8cccb; }
#b8cccb Text Font Color
<p style="color:#b8cccb">Text here</p>
This sample text font color is #b8cccb
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.
#b8cccb Background Color
<div style="background-color:#b8cccb">
Div content here</div>
This div background color is #b8cccb
#b8cccb Border Color
<div style="border:3px solid #b8cccb">
Div here</div>
This div border color is #b8cccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,204,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8cccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8cccb; -webkit-box-shadow: 1px 1px 3px 2px #b8cccb; box-shadow: 1px 1px 3px 2px #b8cccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,204,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8cccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8cccb; -webkit-box-shadow: 1px 1px 3px 2px #b8cccb; box-shadow: 1px 1px 3px 2px #b8cccb;">
Div content here</div>
This div box has shadow with color #b8cccb
Comments
No comments written yet.
Please login to write comment.