Color spaces of #c2cbda
RGB | 194 | 203 | 218 |
---|---|---|---|
HSL | 0.60 | 0.24 | 0.81 |
HSV | 218° | 11° | 85° |
CMYK | 0.11 | 0.07 | 0.00 0.15 |
XYZ | 56.2590 | 59.2432 | 74.7996 |
Yxy | 59.2432 | 0.2956 | 0.3113 |
Hunter Lab | 76.9696 | -4.2267 | -3.7397 |
CIE-Lab | 81.4251 | -0.1240 | -8.4979 |
#c2cbda color RGB value is (194,203,218).
#c2cbda hex color red value is 194, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c2cbda hue: 0.60 , saturation: 0.24 and the lightness value of c2cbda is 0.81.
The process color (four color CMYK) of #c2cbda color hex is 0.11, 0.07, 0.00, 0.15. Web safe color of #c2cbda is #cccccc. Color #c2cbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11001011 | 11011010 |
Octal | 302 | 313 | 332 |
Decimal | 194 | 203 | 218 |
Hex | C2 | CB | DA |
Shades of #c2cbda
Tints of #c2cbda
RGB Percentages of Color #c2cbda
CMYK Percentages of Color #c2cbda
Complementary Color
#c2cbda | #dad1c2 |
#c2cbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2cbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2cbda Color CSS Codes
.mybgcolor {background-color:#c2cbda; } .myforecolor {color:#c2cbda; } .mybordercolor {border:3px solid #c2cbda; }
#c2cbda Text Font Color
<p style="color:#c2cbda">Text here</p>
This sample text font color is #c2cbda
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.
#c2cbda Background Color
<div style="background-color:#c2cbda">
Div content here</div>
This div background color is #c2cbda
#c2cbda Border Color
<div style="border:3px solid #c2cbda">
Div here</div>
This div border color is #c2cbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2cbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2cbda; -webkit-box-shadow: 1px 1px 3px 2px #c2cbda; box-shadow: 1px 1px 3px 2px #c2cbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,203,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 #c2cbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2cbda; -webkit-box-shadow: 1px 1px 3px 2px #c2cbda; box-shadow: 1px 1px 3px 2px #c2cbda;">
Div content here</div>
This div box has shadow with color #c2cbda
Comments
No comments written yet.
Please login to write comment.