Hex #b0c4de Color
equivalent to
RGB
(176, 196, 222)Details of #b0c4de
|
|
|
|
Color HEX #b0c4de matches (176, 196, 222) in RGB.
#b0c4de hex color red value is 176, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b0c4de hue: 0.59, saturation: 0.41 and the lightness value of b0c4de is 0.78.
The process color (four color CMYK) of #b0c4de color hex is 0.21, 0.12, 0.00, 0.13. Web safe color of #b0c4de is #99cccc. Color #b0c4de contains mainly BLUE color.
Base Numbers
|
|
|
|
#b0c4de tints
#b0c4de shades
RGB in % of #b0c4de
CMYK in % of #b0c4de
Preview Color #b0c4de on black ground
Very nice color.
Preview Color #b0c4de on white ground
Very nice color.
CSS Codes #b0c4de color
.mybgcolor {background-color:#b0c4de; } .myforecolor {color:#b0c4de; } .mybordercolor {border:3px solid #b0c4de; }
Text Font Color #b0c4de
<p style="color:#b0c4de">Text here</p>
This sample text font color is #b0c4de
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.
Background Color #b0c4de
<div style="background-color:#b0c4de">
Div content here</div>
This div background color is #b0c4de
Border Color #b0c4de
<div style="border:3px solid #b0c4de">
Div here</div>
The color of this border is #b0c4de
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0c4de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0c4de; -webkit-box-shadow: 1px 1px 3px 2px #b0c4de; box-shadow: 1px 1px 3px 2px #b0c4de; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #b0c4de">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0c4de; -webkit-box-shadow: 1px 1px 3px 2px #b0c4de; box-shadow: 1px 1px 3px 2px #b0c4de;">
Div content here</div>
The shadow of div box using color #b0c4de