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