Color spaces of #c1f6fe
RGB | 193 | 246 | 254 |
---|---|---|---|
HSL | 0.52 | 0.97 | 0.88 |
HSV | 188° | 24° | 100° |
CMYK | 0.24 | 0.03 | 0.00 0.00 |
XYZ | 72.8375 | 84.4047 | 106.2187 |
Yxy | 84.4047 | 0.2765 | 0.3204 |
Hunter Lab | 91.8720 | -19.2586 | -4.2383 |
CIE-Lab | 93.6260 | -14.9720 | -9.3449 |
#c1f6fe color RGB value is (193,246,254).
#c1f6fe hex color red value is 193, green value is 246 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c1f6fe hue: 0.52 , saturation: 0.97 and the lightness value of c1f6fe is 0.88.
The process color (four color CMYK) of #c1f6fe color hex is 0.24, 0.03, 0.00, 0.00. Web safe color of #c1f6fe is #ccffff. Color #c1f6fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11110110 | 11111110 |
Octal | 301 | 366 | 376 |
Decimal | 193 | 246 | 254 |
Hex | C1 | F6 | FE |
Shades of #c1f6fe
Tints of #c1f6fe
RGB Percentages of Color #c1f6fe
CMYK Percentages of Color #c1f6fe
Complementary Color
#c1f6fe | #fec9c1 |
#c1f6fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1f6fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1f6fe Color CSS Codes
.mybgcolor {background-color:#c1f6fe; } .myforecolor {color:#c1f6fe; } .mybordercolor {border:3px solid #c1f6fe; }
#c1f6fe Text Font Color
<p style="color:#c1f6fe">Text here</p>
This sample text font color is #c1f6fe
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.
#c1f6fe Background Color
<div style="background-color:#c1f6fe">
Div content here</div>
This div background color is #c1f6fe
#c1f6fe Border Color
<div style="border:3px solid #c1f6fe">
Div here</div>
This div border color is #c1f6fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,246,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1f6fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1f6fe; -webkit-box-shadow: 1px 1px 3px 2px #c1f6fe; box-shadow: 1px 1px 3px 2px #c1f6fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,246,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 #c1f6fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1f6fe; -webkit-box-shadow: 1px 1px 3px 2px #c1f6fe; box-shadow: 1px 1px 3px 2px #c1f6fe;">
Div content here</div>
This div box has shadow with color #c1f6fe
Related Colors
Comments
No comments written yet.
Please login to write comment.