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