Color spaces of #c1deea
RGB | 193 | 222 | 234 |
---|---|---|---|
HSL | 0.55 | 0.49 | 0.84 |
HSV | 198° | 18° | 92° |
CMYK | 0.18 | 0.05 | 0.00 0.08 |
XYZ | 62.9649 | 69.5205 | 87.9421 |
Yxy | 69.5205 | 0.2856 | 0.3154 |
Hunter Lab | 83.3790 | -11.1161 | -4.1695 |
CIE-Lab | 86.7611 | -7.0663 | -9.0810 |
#c1deea color RGB value is (193,222,234).
#c1deea hex color red value is 193, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c1deea hue: 0.55 , saturation: 0.49 and the lightness value of c1deea is 0.84.
The process color (four color CMYK) of #c1deea color hex is 0.18, 0.05, 0.00, 0.08. Web safe color of #c1deea is #ccccff. Color #c1deea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11011110 | 11101010 |
Octal | 301 | 336 | 352 |
Decimal | 193 | 222 | 234 |
Hex | C1 | DE | EA |
Shades of #c1deea
Tints of #c1deea
RGB Percentages of Color #c1deea
CMYK Percentages of Color #c1deea
Complementary Color
#c1deea | #eacdc1 |
#c1deea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1deea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1deea Color CSS Codes
.mybgcolor {background-color:#c1deea; } .myforecolor {color:#c1deea; } .mybordercolor {border:3px solid #c1deea; }
#c1deea Text Font Color
<p style="color:#c1deea">Text here</p>
This sample text font color is #c1deea
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.
#c1deea Background Color
<div style="background-color:#c1deea">
Div content here</div>
This div background color is #c1deea
#c1deea Border Color
<div style="border:3px solid #c1deea">
Div here</div>
This div border color is #c1deea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,222,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1deea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1deea; -webkit-box-shadow: 1px 1px 3px 2px #c1deea; box-shadow: 1px 1px 3px 2px #c1deea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,222,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1deea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1deea; -webkit-box-shadow: 1px 1px 3px 2px #c1deea; box-shadow: 1px 1px 3px 2px #c1deea;">
Div content here</div>
This div box has shadow with color #c1deea
Comments
No comments written yet.
Please login to write comment.