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