Color spaces of #c1e1fe
RGB | 193 | 225 | 254 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.88 |
HSV | 209° | 24° | 100° |
CMYK | 0.24 | 0.11 | 0.00 0.00 |
XYZ | 66.8069 | 72.3436 | 104.2085 |
Yxy | 72.3436 | 0.2745 | 0.2973 |
Hunter Lab | 85.0550 | -8.6426 | -13.1029 |
CIE-Lab | 88.1337 | -4.2916 | -17.5551 |
#c1e1fe color RGB value is (193,225,254).
#c1e1fe hex color red value is 193, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c1e1fe hue: 0.58 , saturation: 0.97 and the lightness value of c1e1fe is 0.88.
The process color (four color CMYK) of #c1e1fe color hex is 0.24, 0.11, 0.00, 0.00. Web safe color of #c1e1fe is #ccccff. Color #c1e1fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11100001 | 11111110 |
Octal | 301 | 341 | 376 |
Decimal | 193 | 225 | 254 |
Hex | C1 | E1 | FE |
Shades of #c1e1fe
Tints of #c1e1fe
RGB Percentages of Color #c1e1fe
CMYK Percentages of Color #c1e1fe
Complementary Color
#c1e1fe | #fedec1 |
#c1e1fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1e1fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1e1fe Color CSS Codes
.mybgcolor {background-color:#c1e1fe; } .myforecolor {color:#c1e1fe; } .mybordercolor {border:3px solid #c1e1fe; }
#c1e1fe Text Font Color
<p style="color:#c1e1fe">Text here</p>
This sample text font color is #c1e1fe
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.
#c1e1fe Background Color
<div style="background-color:#c1e1fe">
Div content here</div>
This div background color is #c1e1fe
#c1e1fe Border Color
<div style="border:3px solid #c1e1fe">
Div here</div>
This div border color is #c1e1fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,225,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1e1fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1e1fe; -webkit-box-shadow: 1px 1px 3px 2px #c1e1fe; box-shadow: 1px 1px 3px 2px #c1e1fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,225,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1e1fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1e1fe; -webkit-box-shadow: 1px 1px 3px 2px #c1e1fe; box-shadow: 1px 1px 3px 2px #c1e1fe;">
Div content here</div>
This div box has shadow with color #c1e1fe
Comments
No comments written yet.
Please login to write comment.