Color spaces of #c5daeb
RGB | 197 | 218 | 235 |
---|---|---|---|
HSL | 0.57 | 0.49 | 0.85 |
HSV | 207° | 16° | 92° |
CMYK | 0.16 | 0.07 | 0.00 0.08 |
XYZ | 63.0928 | 68.0113 | 88.3994 |
Yxy | 68.0113 | 0.2874 | 0.3098 |
Hunter Lab | 82.4690 | -7.7594 | -5.8253 |
CIE-Lab | 86.0121 | -3.5427 | -10.6948 |
#c5daeb color RGB value is (197,218,235).
#c5daeb hex color red value is 197, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5daeb hue: 0.57 , saturation: 0.49 and the lightness value of c5daeb is 0.85.
The process color (four color CMYK) of #c5daeb color hex is 0.16, 0.07, 0.00, 0.08. Web safe color of #c5daeb is #ccccff. Color #c5daeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11011010 | 11101011 |
Octal | 305 | 332 | 353 |
Decimal | 197 | 218 | 235 |
Hex | C5 | DA | EB |
Shades of #c5daeb
Tints of #c5daeb
RGB Percentages of Color #c5daeb
CMYK Percentages of Color #c5daeb
Complementary Color
#c5daeb | #ebd6c5 |
#c5daeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5daeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5daeb Color CSS Codes
.mybgcolor {background-color:#c5daeb; } .myforecolor {color:#c5daeb; } .mybordercolor {border:3px solid #c5daeb; }
#c5daeb Text Font Color
<p style="color:#c5daeb">Text here</p>
This sample text font color is #c5daeb
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.
#c5daeb Background Color
<div style="background-color:#c5daeb">
Div content here</div>
This div background color is #c5daeb
#c5daeb Border Color
<div style="border:3px solid #c5daeb">
Div here</div>
This div border color is #c5daeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,218,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5daeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5daeb; -webkit-box-shadow: 1px 1px 3px 2px #c5daeb; box-shadow: 1px 1px 3px 2px #c5daeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,218,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 #c5daeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5daeb; -webkit-box-shadow: 1px 1px 3px 2px #c5daeb; box-shadow: 1px 1px 3px 2px #c5daeb;">
Div content here</div>
This div box has shadow with color #c5daeb
#c5daeb Color Palettes
Comments
No comments written yet.
Please login to write comment.