Color spaces of #c1dada
RGB | 193 | 218 | 218 |
---|---|---|---|
HSL | 0.50 | 0.25 | 0.81 |
HSV | 180° | 11° | 85° |
CMYK | 0.11 | 0.00 | 0.00 0.15 |
XYZ | 59.7186 | 66.5422 | 76.0261 |
Yxy | 66.5422 | 0.2952 | 0.3289 |
Hunter Lab | 81.5734 | -12.0764 | 1.8433 |
CIE-Lab | 85.2722 | -8.2718 | -2.8243 |
#c1dada color RGB value is (193,218,218).
#c1dada hex color red value is 193, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c1dada hue: 0.50 , saturation: 0.25 and the lightness value of c1dada is 0.81.
The process color (four color CMYK) of #c1dada color hex is 0.11, 0.00, 0.00, 0.15. Web safe color of #c1dada is #cccccc. Color #c1dada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11011010 | 11011010 |
Octal | 301 | 332 | 332 |
Decimal | 193 | 218 | 218 |
Hex | C1 | DA | DA |
Shades of #c1dada
Tints of #c1dada
RGB Percentages of Color #c1dada
CMYK Percentages of Color #c1dada
Complementary Color
#c1dada | #dac1c1 |
#c1dada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1dada Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1dada Color CSS Codes
.mybgcolor {background-color:#c1dada; } .myforecolor {color:#c1dada; } .mybordercolor {border:3px solid #c1dada; }
#c1dada Text Font Color
<p style="color:#c1dada">Text here</p>
This sample text font color is #c1dada
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.
#c1dada Background Color
<div style="background-color:#c1dada">
Div content here</div>
This div background color is #c1dada
#c1dada Border Color
<div style="border:3px solid #c1dada">
Div here</div>
This div border color is #c1dada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1dada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1dada; -webkit-box-shadow: 1px 1px 3px 2px #c1dada; box-shadow: 1px 1px 3px 2px #c1dada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,218,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 #c1dada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1dada; -webkit-box-shadow: 1px 1px 3px 2px #c1dada; box-shadow: 1px 1px 3px 2px #c1dada;">
Div content here</div>
This div box has shadow with color #c1dada
Comments
No comments written yet.
Please login to write comment.