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