Color spaces of #cdefda
RGB | 205 | 239 | 218 |
---|---|---|---|
HSL | 0.40 | 0.52 | 0.87 |
HSV | 143° | 14° | 94° |
CMYK | 0.14 | 0.00 | 0.09 0.06 |
XYZ | 68.6982 | 79.7741 | 78.1068 |
Yxy | 79.7741 | 0.3032 | 0.3521 |
Hunter Lab | 89.3163 | -19.0093 | 10.6726 |
CIE-Lab | 91.5834 | -15.0048 | 6.4530 |
#cdefda color RGB value is (205,239,218).
#cdefda hex color red value is 205, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cdefda hue: 0.40 , saturation: 0.52 and the lightness value of cdefda is 0.87.
The process color (four color CMYK) of #cdefda color hex is 0.14, 0.00, 0.09, 0.06. Web safe color of #cdefda is #ccffcc. Color #cdefda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11101111 | 11011010 |
Octal | 315 | 357 | 332 |
Decimal | 205 | 239 | 218 |
Hex | CD | EF | DA |
Shades of #cdefda
Tints of #cdefda
RGB Percentages of Color #cdefda
CMYK Percentages of Color #cdefda
Complementary Color
#cdefda | #efcde2 |
#cdefda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdefda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdefda Color CSS Codes
.mybgcolor {background-color:#cdefda; } .myforecolor {color:#cdefda; } .mybordercolor {border:3px solid #cdefda; }
#cdefda Text Font Color
<p style="color:#cdefda">Text here</p>
This sample text font color is #cdefda
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.
#cdefda Background Color
<div style="background-color:#cdefda">
Div content here</div>
This div background color is #cdefda
#cdefda Border Color
<div style="border:3px solid #cdefda">
Div here</div>
This div border color is #cdefda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,239,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdefda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdefda; -webkit-box-shadow: 1px 1px 3px 2px #cdefda; box-shadow: 1px 1px 3px 2px #cdefda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,239,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 #cdefda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdefda; -webkit-box-shadow: 1px 1px 3px 2px #cdefda; box-shadow: 1px 1px 3px 2px #cdefda;">
Div content here</div>
This div box has shadow with color #cdefda
Comments
No comments written yet.
Please login to write comment.