Color spaces of #c0dceb
RGB | 192 | 220 | 235 |
---|---|---|---|
HSL | 0.56 | 0.52 | 0.84 |
HSV | 201° | 18° | 92° |
CMYK | 0.18 | 0.06 | 0.00 0.08 |
XYZ | 62.3268 | 68.3910 | 88.5131 |
Yxy | 68.3910 | 0.2843 | 0.3120 |
Hunter Lab | 82.6989 | -10.1947 | -5.5693 |
CIE-Lab | 86.2016 | -6.1318 | -10.4480 |
#c0dceb color RGB value is (192,220,235).
#c0dceb hex color red value is 192, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c0dceb hue: 0.56 , saturation: 0.52 and the lightness value of c0dceb is 0.84.
The process color (four color CMYK) of #c0dceb color hex is 0.18, 0.06, 0.00, 0.08. Web safe color of #c0dceb is #ccccff. Color #c0dceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11011100 | 11101011 |
Octal | 300 | 334 | 353 |
Decimal | 192 | 220 | 235 |
Hex | C0 | DC | EB |
Shades of #c0dceb
Tints of #c0dceb
RGB Percentages of Color #c0dceb
CMYK Percentages of Color #c0dceb
Complementary Color
#c0dceb | #ebcfc0 |
#c0dceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0dceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0dceb Color CSS Codes
.mybgcolor {background-color:#c0dceb; } .myforecolor {color:#c0dceb; } .mybordercolor {border:3px solid #c0dceb; }
#c0dceb Text Font Color
<p style="color:#c0dceb">Text here</p>
This sample text font color is #c0dceb
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.
#c0dceb Background Color
<div style="background-color:#c0dceb">
Div content here</div>
This div background color is #c0dceb
#c0dceb Border Color
<div style="border:3px solid #c0dceb">
Div here</div>
This div border color is #c0dceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,220,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0dceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0dceb; -webkit-box-shadow: 1px 1px 3px 2px #c0dceb; box-shadow: 1px 1px 3px 2px #c0dceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,220,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0dceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0dceb; -webkit-box-shadow: 1px 1px 3px 2px #c0dceb; box-shadow: 1px 1px 3px 2px #c0dceb;">
Div content here</div>
This div box has shadow with color #c0dceb
Comments
No comments written yet.
Please login to write comment.