Color spaces of #cedada
RGB | 206 | 218 | 218 |
---|---|---|---|
HSL | 0.50 | 0.14 | 0.83 |
HSV | 180° | 6° | 85° |
CMYK | 0.06 | 0.00 | 0.00 0.15 |
XYZ | 63.1799 | 68.3266 | 76.1881 |
Yxy | 68.3266 | 0.3042 | 0.3290 |
Hunter Lab | 82.6599 | -8.2209 | 3.2140 |
CIE-Lab | 86.1695 | -4.0205 | -1.4032 |
#cedada color RGB value is (206,218,218).
#cedada hex color red value is 206, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cedada hue: 0.50 , saturation: 0.14 and the lightness value of cedada is 0.83.
The process color (four color CMYK) of #cedada color hex is 0.06, 0.00, 0.00, 0.15. Web safe color of #cedada is #cccccc. Color #cedada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011010 | 11011010 |
Octal | 316 | 332 | 332 |
Decimal | 206 | 218 | 218 |
Hex | CE | DA | DA |
Shades of #cedada
Tints of #cedada
RGB Percentages of Color #cedada
CMYK Percentages of Color #cedada
Complementary Color
#cedada | #dacece |
#cedada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedada Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedada Color CSS Codes
.mybgcolor {background-color:#cedada; } .myforecolor {color:#cedada; } .mybordercolor {border:3px solid #cedada; }
#cedada Text Font Color
<p style="color:#cedada">Text here</p>
This sample text font color is #cedada
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.
#cedada Background Color
<div style="background-color:#cedada">
Div content here</div>
This div background color is #cedada
#cedada Border Color
<div style="border:3px solid #cedada">
Div here</div>
This div border color is #cedada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedada; -webkit-box-shadow: 1px 1px 3px 2px #cedada; box-shadow: 1px 1px 3px 2px #cedada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,218,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 #cedada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedada; -webkit-box-shadow: 1px 1px 3px 2px #cedada; box-shadow: 1px 1px 3px 2px #cedada;">
Div content here</div>
This div box has shadow with color #cedada
Comments
No comments written yet.
Please login to write comment.