Color spaces of #c6edcd
RGB | 198 | 237 | 205 |
---|---|---|---|
HSL | 0.36 | 0.52 | 0.85 |
HSV | 131° | 16° | 93° |
CMYK | 0.16 | 0.00 | 0.14 0.07 |
XYZ | 64.5923 | 76.9819 | 69.2122 |
Yxy | 76.9819 | 0.3064 | 0.3652 |
Hunter Lab | 87.7393 | -22.1350 | 14.6473 |
CIE-Lab | 90.3133 | -18.6539 | 11.3348 |
#c6edcd color RGB value is (198,237,205).
#c6edcd hex color red value is 198, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c6edcd hue: 0.36 , saturation: 0.52 and the lightness value of c6edcd is 0.85.
The process color (four color CMYK) of #c6edcd color hex is 0.16, 0.00, 0.14, 0.07. Web safe color of #c6edcd is #ccffcc. Color #c6edcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11101101 | 11001101 |
Octal | 306 | 355 | 315 |
Decimal | 198 | 237 | 205 |
Hex | C6 | ED | CD |
Shades of #c6edcd
Tints of #c6edcd
RGB Percentages of Color #c6edcd
CMYK Percentages of Color #c6edcd
Complementary Color
#c6edcd | #edc6e6 |
#c6edcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6edcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6edcd Color CSS Codes
.mybgcolor {background-color:#c6edcd; } .myforecolor {color:#c6edcd; } .mybordercolor {border:3px solid #c6edcd; }
#c6edcd Text Font Color
<p style="color:#c6edcd">Text here</p>
This sample text font color is #c6edcd
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.
#c6edcd Background Color
<div style="background-color:#c6edcd">
Div content here</div>
This div background color is #c6edcd
#c6edcd Border Color
<div style="border:3px solid #c6edcd">
Div here</div>
This div border color is #c6edcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6edcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6edcd; -webkit-box-shadow: 1px 1px 3px 2px #c6edcd; box-shadow: 1px 1px 3px 2px #c6edcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,237,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6edcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6edcd; -webkit-box-shadow: 1px 1px 3px 2px #c6edcd; box-shadow: 1px 1px 3px 2px #c6edcd;">
Div content here</div>
This div box has shadow with color #c6edcd
Comments
No comments written yet.
Please login to write comment.