Color spaces of #c5ffec
RGB | 197 | 255 | 236 |
---|---|---|---|
HSL | 0.45 | 1.00 | 0.89 |
HSV | 160° | 23° | 100° |
CMYK | 0.23 | 0.00 | 0.07 0.00 |
XYZ | 73.9263 | 89.4464 | 92.7254 |
Yxy | 89.4464 | 0.2887 | 0.3493 |
Hunter Lab | 94.5761 | -25.9820 | 8.0735 |
CIE-Lab | 95.7667 | -21.9304 | 3.1283 |
#c5ffec color RGB value is (197,255,236).
#c5ffec hex color red value is 197, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c5ffec hue: 0.45 , saturation: 1.00 and the lightness value of c5ffec is 0.89.
The process color (four color CMYK) of #c5ffec color hex is 0.23, 0.00, 0.07, 0.00. Web safe color of #c5ffec is #ccffff. Color #c5ffec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11111111 | 11101100 |
Octal | 305 | 377 | 354 |
Decimal | 197 | 255 | 236 |
Hex | C5 | FF | EC |
Shades of #c5ffec
Tints of #c5ffec
RGB Percentages of Color #c5ffec
CMYK Percentages of Color #c5ffec
Complementary Color
#c5ffec | #ffc5d8 |
#c5ffec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5ffec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5ffec Color CSS Codes
.mybgcolor {background-color:#c5ffec; } .myforecolor {color:#c5ffec; } .mybordercolor {border:3px solid #c5ffec; }
#c5ffec Text Font Color
<p style="color:#c5ffec">Text here</p>
This sample text font color is #c5ffec
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.
#c5ffec Background Color
<div style="background-color:#c5ffec">
Div content here</div>
This div background color is #c5ffec
#c5ffec Border Color
<div style="border:3px solid #c5ffec">
Div here</div>
This div border color is #c5ffec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,255,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5ffec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5ffec; -webkit-box-shadow: 1px 1px 3px 2px #c5ffec; box-shadow: 1px 1px 3px 2px #c5ffec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,255,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5ffec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5ffec; -webkit-box-shadow: 1px 1px 3px 2px #c5ffec; box-shadow: 1px 1px 3px 2px #c5ffec;">
Div content here</div>
This div box has shadow with color #c5ffec
Comments
No comments written yet.
Please login to write comment.