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