Color spaces of #c8ecda
RGB | 200 | 236 | 218 |
---|---|---|---|
HSL | 0.42 | 0.49 | 0.85 |
HSV | 150° | 15° | 93° |
CMYK | 0.15 | 0.00 | 0.08 0.07 |
XYZ | 66.4698 | 77.3322 | 77.7529 |
Yxy | 77.3322 | 0.3000 | 0.3490 |
Hunter Lab | 87.9387 | -18.9709 | 9.1346 |
CIE-Lab | 90.4743 | -15.1293 | 4.8115 |
#c8ecda color RGB value is (200,236,218).
#c8ecda hex color red value is 200, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c8ecda hue: 0.42 , saturation: 0.49 and the lightness value of c8ecda is 0.85.
The process color (four color CMYK) of #c8ecda color hex is 0.15, 0.00, 0.08, 0.07. Web safe color of #c8ecda is #ccffcc. Color #c8ecda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11101100 | 11011010 |
Octal | 310 | 354 | 332 |
Decimal | 200 | 236 | 218 |
Hex | C8 | EC | DA |
Shades of #c8ecda
Tints of #c8ecda
RGB Percentages of Color #c8ecda
CMYK Percentages of Color #c8ecda
Complementary Color
#c8ecda | #ecc8da |
#c8ecda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8ecda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8ecda Color CSS Codes
.mybgcolor {background-color:#c8ecda; } .myforecolor {color:#c8ecda; } .mybordercolor {border:3px solid #c8ecda; }
#c8ecda Text Font Color
<p style="color:#c8ecda">Text here</p>
This sample text font color is #c8ecda
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.
#c8ecda Background Color
<div style="background-color:#c8ecda">
Div content here</div>
This div background color is #c8ecda
#c8ecda Border Color
<div style="border:3px solid #c8ecda">
Div here</div>
This div border color is #c8ecda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,236,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8ecda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8ecda; -webkit-box-shadow: 1px 1px 3px 2px #c8ecda; box-shadow: 1px 1px 3px 2px #c8ecda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,236,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8ecda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ecda; -webkit-box-shadow: 1px 1px 3px 2px #c8ecda; box-shadow: 1px 1px 3px 2px #c8ecda;">
Div content here</div>
This div box has shadow with color #c8ecda
Comments
No comments written yet.
Please login to write comment.