Color spaces of #c8edda
RGB | 200 | 237 | 218 |
---|---|---|---|
HSL | 0.41 | 0.51 | 0.86 |
HSV | 149° | 16° | 93° |
CMYK | 0.16 | 0.00 | 0.08 0.07 |
XYZ | 66.7585 | 77.9097 | 77.8492 |
Yxy | 77.9097 | 0.3000 | 0.3501 |
Hunter Lab | 88.2665 | -19.4616 | 9.4940 |
CIE-Lab | 90.7387 | -15.6273 | 5.1936 |
#c8edda color RGB value is (200,237,218).
#c8edda hex color red value is 200, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c8edda hue: 0.41 , saturation: 0.51 and the lightness value of c8edda is 0.86.
The process color (four color CMYK) of #c8edda color hex is 0.16, 0.00, 0.08, 0.07. Web safe color of #c8edda is #ccffcc. Color #c8edda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11101101 | 11011010 |
Octal | 310 | 355 | 332 |
Decimal | 200 | 237 | 218 |
Hex | C8 | ED | DA |
Shades of #c8edda
Tints of #c8edda
RGB Percentages of Color #c8edda
CMYK Percentages of Color #c8edda
Complementary Color
#c8edda | #edc8db |
#c8edda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8edda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8edda Color CSS Codes
.mybgcolor {background-color:#c8edda; } .myforecolor {color:#c8edda; } .mybordercolor {border:3px solid #c8edda; }
#c8edda Text Font Color
<p style="color:#c8edda">Text here</p>
This sample text font color is #c8edda
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.
#c8edda Background Color
<div style="background-color:#c8edda">
Div content here</div>
This div background color is #c8edda
#c8edda Border Color
<div style="border:3px solid #c8edda">
Div here</div>
This div border color is #c8edda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,237,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8edda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8edda; -webkit-box-shadow: 1px 1px 3px 2px #c8edda; box-shadow: 1px 1px 3px 2px #c8edda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,237,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 #c8edda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8edda; -webkit-box-shadow: 1px 1px 3px 2px #c8edda; box-shadow: 1px 1px 3px 2px #c8edda;">
Div content here</div>
This div box has shadow with color #c8edda
Comments
No comments written yet.
Please login to write comment.