Color spaces of #c5fede
RGB | 197 | 254 | 222 |
---|---|---|---|
HSL | 0.41 | 0.97 | 0.88 |
HSV | 146° | 22° | 100° |
CMYK | 0.22 | 0.00 | 0.13 0.00 |
XYZ | 71.6526 | 88.0279 | 82.3218 |
Yxy | 88.0279 | 0.2961 | 0.3637 |
Hunter Lab | 93.8232 | -27.8704 | 13.6543 |
CIE-Lab | 95.1727 | -24.1335 | 9.4771 |
#c5fede color RGB value is (197,254,222).
#c5fede hex color red value is 197, green value is 254 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5fede hue: 0.41 , saturation: 0.97 and the lightness value of c5fede is 0.88.
The process color (four color CMYK) of #c5fede color hex is 0.22, 0.00, 0.13, 0.00. Web safe color of #c5fede is #ccffcc. Color #c5fede contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11111110 | 11011110 |
Octal | 305 | 376 | 336 |
Decimal | 197 | 254 | 222 |
Hex | C5 | FE | DE |
Shades of #c5fede
Tints of #c5fede
RGB Percentages of Color #c5fede
CMYK Percentages of Color #c5fede
Complementary Color
#c5fede | #fec5e5 |
#c5fede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5fede Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5fede Color CSS Codes
.mybgcolor {background-color:#c5fede; } .myforecolor {color:#c5fede; } .mybordercolor {border:3px solid #c5fede; }
#c5fede Text Font Color
<p style="color:#c5fede">Text here</p>
This sample text font color is #c5fede
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.
#c5fede Background Color
<div style="background-color:#c5fede">
Div content here</div>
This div background color is #c5fede
#c5fede Border Color
<div style="border:3px solid #c5fede">
Div here</div>
This div border color is #c5fede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,254,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5fede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5fede; -webkit-box-shadow: 1px 1px 3px 2px #c5fede; box-shadow: 1px 1px 3px 2px #c5fede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,254,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5fede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5fede; -webkit-box-shadow: 1px 1px 3px 2px #c5fede; box-shadow: 1px 1px 3px 2px #c5fede;">
Div content here</div>
This div box has shadow with color #c5fede
Comments
No comments written yet.
Please login to write comment.