Color spaces of #c6cfec
RGB | 198 | 207 | 236 |
---|---|---|---|
HSL | 0.63 | 0.50 | 0.85 |
HSV | 226° | 16° | 93° |
CMYK | 0.16 | 0.12 | 0.00 0.07 |
XYZ | 60.7418 | 62.6875 | 88.2553 |
Yxy | 62.6875 | 0.2869 | 0.2961 |
Hunter Lab | 79.1754 | -1.6154 | -10.6666 |
CIE-Lab | 83.2777 | 2.7573 | -15.3078 |
#c6cfec color RGB value is (198,207,236).
#c6cfec hex color red value is 198, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c6cfec hue: 0.63 , saturation: 0.50 and the lightness value of c6cfec is 0.85.
The process color (four color CMYK) of #c6cfec color hex is 0.16, 0.12, 0.00, 0.07. Web safe color of #c6cfec is #ccccff. Color #c6cfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11001111 | 11101100 |
Octal | 306 | 317 | 354 |
Decimal | 198 | 207 | 236 |
Hex | C6 | CF | EC |
Shades of #c6cfec
Tints of #c6cfec
RGB Percentages of Color #c6cfec
CMYK Percentages of Color #c6cfec
Complementary Color
#c6cfec | #ece3c6 |
#c6cfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6cfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6cfec Color CSS Codes
.mybgcolor {background-color:#c6cfec; } .myforecolor {color:#c6cfec; } .mybordercolor {border:3px solid #c6cfec; }
#c6cfec Text Font Color
<p style="color:#c6cfec">Text here</p>
This sample text font color is #c6cfec
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.
#c6cfec Background Color
<div style="background-color:#c6cfec">
Div content here</div>
This div background color is #c6cfec
#c6cfec Border Color
<div style="border:3px solid #c6cfec">
Div here</div>
This div border color is #c6cfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,207,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6cfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6cfec; -webkit-box-shadow: 1px 1px 3px 2px #c6cfec; box-shadow: 1px 1px 3px 2px #c6cfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,207,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6cfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cfec; -webkit-box-shadow: 1px 1px 3px 2px #c6cfec; box-shadow: 1px 1px 3px 2px #c6cfec;">
Div content here</div>
This div box has shadow with color #c6cfec
Comments
No comments written yet.
Please login to write comment.