Color spaces of #c7ceda
RGB | 199 | 206 | 218 |
---|---|---|---|
HSL | 0.61 | 0.20 | 0.82 |
HSV | 218° | 9° | 85° |
CMYK | 0.09 | 0.06 | 0.00 0.15 |
XYZ | 58.2794 | 61.3467 | 75.0991 |
Yxy | 61.3467 | 0.2993 | 0.3150 |
Hunter Lab | 78.3241 | -4.2490 | -2.0218 |
CIE-Lab | 82.5648 | -0.0700 | -6.7682 |
#c7ceda color RGB value is (199,206,218).
#c7ceda hex color red value is 199, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c7ceda hue: 0.61 , saturation: 0.20 and the lightness value of c7ceda is 0.82.
The process color (four color CMYK) of #c7ceda color hex is 0.09, 0.06, 0.00, 0.15. Web safe color of #c7ceda is #cccccc. Color #c7ceda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11001110 | 11011010 |
Octal | 307 | 316 | 332 |
Decimal | 199 | 206 | 218 |
Hex | C7 | CE | DA |
Shades of #c7ceda
Tints of #c7ceda
RGB Percentages of Color #c7ceda
CMYK Percentages of Color #c7ceda
Complementary Color
#c7ceda | #dad3c7 |
#c7ceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7ceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7ceda Color CSS Codes
.mybgcolor {background-color:#c7ceda; } .myforecolor {color:#c7ceda; } .mybordercolor {border:3px solid #c7ceda; }
#c7ceda Text Font Color
<p style="color:#c7ceda">Text here</p>
This sample text font color is #c7ceda
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.
#c7ceda Background Color
<div style="background-color:#c7ceda">
Div content here</div>
This div background color is #c7ceda
#c7ceda Border Color
<div style="border:3px solid #c7ceda">
Div here</div>
This div border color is #c7ceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7ceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7ceda; -webkit-box-shadow: 1px 1px 3px 2px #c7ceda; box-shadow: 1px 1px 3px 2px #c7ceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,206,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 #c7ceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7ceda; -webkit-box-shadow: 1px 1px 3px 2px #c7ceda; box-shadow: 1px 1px 3px 2px #c7ceda;">
Div content here</div>
This div box has shadow with color #c7ceda
Comments
No comments written yet.
Please login to write comment.