Color spaces of #c5adce
RGB | 197 | 173 | 206 |
---|---|---|---|
HSL | 0.79 | 0.25 | 0.74 |
HSV | 284° | 16° | 81° |
CMYK | 0.04 | 0.16 | 0.00 0.19 |
XYZ | 49.1101 | 46.2137 | 64.7243 |
Yxy | 46.2137 | 0.3068 | 0.2887 |
Hunter Lab | 67.9807 | 9.9845 | -8.8635 |
CIE-Lab | 73.6840 | 14.6495 | -13.5362 |
#c5adce color RGB value is (197,173,206).
#c5adce hex color red value is 197, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c5adce hue: 0.79 , saturation: 0.25 and the lightness value of c5adce is 0.74.
The process color (four color CMYK) of #c5adce color hex is 0.04, 0.16, 0.00, 0.19. Web safe color of #c5adce is #cc99cc. Color #c5adce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10101101 | 11001110 |
Octal | 305 | 255 | 316 |
Decimal | 197 | 173 | 206 |
Hex | C5 | AD | CE |
Shades of #c5adce
Tints of #c5adce
RGB Percentages of Color #c5adce
CMYK Percentages of Color #c5adce
Complementary Color
#c5adce | #b6cead |
#c5adce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5adce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5adce Color CSS Codes
.mybgcolor {background-color:#c5adce; } .myforecolor {color:#c5adce; } .mybordercolor {border:3px solid #c5adce; }
#c5adce Text Font Color
<p style="color:#c5adce">Text here</p>
This sample text font color is #c5adce
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.
#c5adce Background Color
<div style="background-color:#c5adce">
Div content here</div>
This div background color is #c5adce
#c5adce Border Color
<div style="border:3px solid #c5adce">
Div here</div>
This div border color is #c5adce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,173,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5adce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5adce; -webkit-box-shadow: 1px 1px 3px 2px #c5adce; box-shadow: 1px 1px 3px 2px #c5adce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,173,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5adce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5adce; -webkit-box-shadow: 1px 1px 3px 2px #c5adce; box-shadow: 1px 1px 3px 2px #c5adce;">
Div content here</div>
This div box has shadow with color #c5adce
#c5adce Color Palettes
Comments
No comments written yet.
Please login to write comment.