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