Color spaces of #c2faea
RGB | 194 | 250 | 234 |
---|---|---|---|
HSL | 0.45 | 0.85 | 0.87 |
HSV | 163° | 22° | 98° |
CMYK | 0.22 | 0.00 | 0.06 0.02 |
XYZ | 71.2850 | 85.7811 | 90.6422 |
Yxy | 85.7811 | 0.2878 | 0.3463 |
Hunter Lab | 92.6181 | -24.6963 | 6.8075 |
CIE-Lab | 94.2187 | -20.8009 | 1.8898 |
#c2faea color RGB value is (194,250,234).
#c2faea hex color red value is 194, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c2faea hue: 0.45 , saturation: 0.85 and the lightness value of c2faea is 0.87.
The process color (four color CMYK) of #c2faea color hex is 0.22, 0.00, 0.06, 0.02. Web safe color of #c2faea is #ccffff. Color #c2faea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11111010 | 11101010 |
Octal | 302 | 372 | 352 |
Decimal | 194 | 250 | 234 |
Hex | C2 | FA | EA |
Shades of #c2faea
Tints of #c2faea
RGB Percentages of Color #c2faea
CMYK Percentages of Color #c2faea
Complementary Color
#c2faea | #fac2d2 |
#c2faea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2faea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2faea Color CSS Codes
.mybgcolor {background-color:#c2faea; } .myforecolor {color:#c2faea; } .mybordercolor {border:3px solid #c2faea; }
#c2faea Text Font Color
<p style="color:#c2faea">Text here</p>
This sample text font color is #c2faea
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.
#c2faea Background Color
<div style="background-color:#c2faea">
Div content here</div>
This div background color is #c2faea
#c2faea Border Color
<div style="border:3px solid #c2faea">
Div here</div>
This div border color is #c2faea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,250,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2faea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2faea; -webkit-box-shadow: 1px 1px 3px 2px #c2faea; box-shadow: 1px 1px 3px 2px #c2faea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,250,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2faea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2faea; -webkit-box-shadow: 1px 1px 3px 2px #c2faea; box-shadow: 1px 1px 3px 2px #c2faea;">
Div content here</div>
This div box has shadow with color #c2faea
Comments
No comments written yet.
Please login to write comment.