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