Color spaces of #c6edcf
RGB | 198 | 237 | 207 |
---|---|---|---|
HSL | 0.37 | 0.52 | 0.85 |
HSV | 134° | 16° | 93° |
CMYK | 0.16 | 0.00 | 0.13 0.07 |
XYZ | 64.8354 | 77.0791 | 70.4921 |
Yxy | 77.0791 | 0.3052 | 0.3629 |
Hunter Lab | 87.7947 | -21.8205 | 13.8512 |
CIE-Lab | 90.3580 | -18.2959 | 10.3583 |
#c6edcf color RGB value is (198,237,207).
#c6edcf hex color red value is 198, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6edcf hue: 0.37 , saturation: 0.52 and the lightness value of c6edcf is 0.85.
The process color (four color CMYK) of #c6edcf color hex is 0.16, 0.00, 0.13, 0.07. Web safe color of #c6edcf is #ccffcc. Color #c6edcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11101101 | 11001111 |
Octal | 306 | 355 | 317 |
Decimal | 198 | 237 | 207 |
Hex | C6 | ED | CF |
Shades of #c6edcf
Tints of #c6edcf
RGB Percentages of Color #c6edcf
CMYK Percentages of Color #c6edcf
Complementary Color
#c6edcf | #edc6e4 |
#c6edcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6edcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6edcf Color CSS Codes
.mybgcolor {background-color:#c6edcf; } .myforecolor {color:#c6edcf; } .mybordercolor {border:3px solid #c6edcf; }
#c6edcf Text Font Color
<p style="color:#c6edcf">Text here</p>
This sample text font color is #c6edcf
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.
#c6edcf Background Color
<div style="background-color:#c6edcf">
Div content here</div>
This div background color is #c6edcf
#c6edcf Border Color
<div style="border:3px solid #c6edcf">
Div here</div>
This div border color is #c6edcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,237,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6edcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6edcf; -webkit-box-shadow: 1px 1px 3px 2px #c6edcf; box-shadow: 1px 1px 3px 2px #c6edcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,237,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6edcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6edcf; -webkit-box-shadow: 1px 1px 3px 2px #c6edcf; box-shadow: 1px 1px 3px 2px #c6edcf;">
Div content here</div>
This div box has shadow with color #c6edcf
Comments
No comments written yet.
Please login to write comment.