Color spaces of #c2fcf1
RGB | 194 | 252 | 241 |
---|---|---|---|
HSL | 0.47 | 0.91 | 0.87 |
HSV | 169° | 23° | 99° |
CMYK | 0.23 | 0.00 | 0.04 0.01 |
XYZ | 72.9357 | 87.4410 | 96.2528 |
Yxy | 87.4410 | 0.2842 | 0.3407 |
Hunter Lab | 93.5099 | -24.4162 | 4.4278 |
CIE-Lab | 94.9251 | -20.3659 | -0.6968 |
#c2fcf1 color RGB value is (194,252,241).
#c2fcf1 hex color red value is 194, green value is 252 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #c2fcf1 hue: 0.47 , saturation: 0.91 and the lightness value of c2fcf1 is 0.87.
The process color (four color CMYK) of #c2fcf1 color hex is 0.23, 0.00, 0.04, 0.01. Web safe color of #c2fcf1 is #ccffff. Color #c2fcf1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11111100 | 11110001 |
Octal | 302 | 374 | 361 |
Decimal | 194 | 252 | 241 |
Hex | C2 | FC | F1 |
Shades of #c2fcf1
Tints of #c2fcf1
RGB Percentages of Color #c2fcf1
CMYK Percentages of Color #c2fcf1
Complementary Color
#c2fcf1 | #fcc2cd |
#c2fcf1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2fcf1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2fcf1 Color CSS Codes
.mybgcolor {background-color:#c2fcf1; } .myforecolor {color:#c2fcf1; } .mybordercolor {border:3px solid #c2fcf1; }
#c2fcf1 Text Font Color
<p style="color:#c2fcf1">Text here</p>
This sample text font color is #c2fcf1
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.
#c2fcf1 Background Color
<div style="background-color:#c2fcf1">
Div content here</div>
This div background color is #c2fcf1
#c2fcf1 Border Color
<div style="border:3px solid #c2fcf1">
Div here</div>
This div border color is #c2fcf1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,252,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2fcf1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2fcf1; -webkit-box-shadow: 1px 1px 3px 2px #c2fcf1; box-shadow: 1px 1px 3px 2px #c2fcf1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,252,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2fcf1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2fcf1; -webkit-box-shadow: 1px 1px 3px 2px #c2fcf1; box-shadow: 1px 1px 3px 2px #c2fcf1;">
Div content here</div>
This div box has shadow with color #c2fcf1
Comments
No comments written yet.
Please login to write comment.