Color spaces of #c1dece
RGB | 193 | 222 | 206 |
---|---|---|---|
HSL | 0.41 | 0.31 | 0.81 |
HSV | 147° | 13° | 87° |
CMYK | 0.13 | 0.00 | 0.07 0.13 |
XYZ | 59.2542 | 68.0362 | 68.4018 |
Yxy | 68.0362 | 0.3028 | 0.3477 |
Hunter Lab | 82.4841 | -16.1178 | 8.5712 |
CIE-Lab | 86.0245 | -12.6275 | 4.6142 |
#c1dece color RGB value is (193,222,206).
#c1dece hex color red value is 193, green value is 222 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c1dece hue: 0.41 , saturation: 0.31 and the lightness value of c1dece is 0.81.
The process color (four color CMYK) of #c1dece color hex is 0.13, 0.00, 0.07, 0.13. Web safe color of #c1dece is #cccccc. Color #c1dece contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11011110 | 11001110 |
Octal | 301 | 336 | 316 |
Decimal | 193 | 222 | 206 |
Hex | C1 | DE | CE |
Shades of #c1dece
Tints of #c1dece
RGB Percentages of Color #c1dece
CMYK Percentages of Color #c1dece
Complementary Color
#c1dece | #dec1d1 |
#c1dece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1dece Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1dece Color CSS Codes
.mybgcolor {background-color:#c1dece; } .myforecolor {color:#c1dece; } .mybordercolor {border:3px solid #c1dece; }
#c1dece Text Font Color
<p style="color:#c1dece">Text here</p>
This sample text font color is #c1dece
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.
#c1dece Background Color
<div style="background-color:#c1dece">
Div content here</div>
This div background color is #c1dece
#c1dece Border Color
<div style="border:3px solid #c1dece">
Div here</div>
This div border color is #c1dece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,222,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1dece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1dece; -webkit-box-shadow: 1px 1px 3px 2px #c1dece; box-shadow: 1px 1px 3px 2px #c1dece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,222,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1dece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1dece; -webkit-box-shadow: 1px 1px 3px 2px #c1dece; box-shadow: 1px 1px 3px 2px #c1dece;">
Div content here</div>
This div box has shadow with color #c1dece
Comments
No comments written yet.
Please login to write comment.