Color spaces of #dcefd5
RGB | 220 | 239 | 213 |
---|---|---|---|
HSL | 0.29 | 0.45 | 0.89 |
HSV | 104° | 11° | 94° |
CMYK | 0.08 | 0.00 | 0.11 0.06 |
XYZ | 72.3919 | 81.7527 | 74.9152 |
Yxy | 81.7527 | 0.3160 | 0.3569 |
Hunter Lab | 90.4172 | -15.3153 | 14.1673 |
CIE-Lab | 92.4656 | -10.9053 | 10.4466 |
#dcefd5 color RGB value is (220,239,213).
#dcefd5 hex color red value is 220, green value is 239 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dcefd5 hue: 0.29 , saturation: 0.45 and the lightness value of dcefd5 is 0.89.
The process color (four color CMYK) of #dcefd5 color hex is 0.08, 0.00, 0.11, 0.06. Web safe color of #dcefd5 is #ccffcc. Color #dcefd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101111 | 11010101 |
Octal | 334 | 357 | 325 |
Decimal | 220 | 239 | 213 |
Hex | DC | EF | D5 |
Shades of #dcefd5
Tints of #dcefd5
RGB Percentages of Color #dcefd5
CMYK Percentages of Color #dcefd5
Complementary Color
#dcefd5 | #e8d5ef |
#dcefd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcefd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcefd5 Color CSS Codes
.mybgcolor {background-color:#dcefd5; } .myforecolor {color:#dcefd5; } .mybordercolor {border:3px solid #dcefd5; }
#dcefd5 Text Font Color
<p style="color:#dcefd5">Text here</p>
This sample text font color is #dcefd5
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.
#dcefd5 Background Color
<div style="background-color:#dcefd5">
Div content here</div>
This div background color is #dcefd5
#dcefd5 Border Color
<div style="border:3px solid #dcefd5">
Div here</div>
This div border color is #dcefd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,239,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcefd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcefd5; -webkit-box-shadow: 1px 1px 3px 2px #dcefd5; box-shadow: 1px 1px 3px 2px #dcefd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,239,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcefd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcefd5; -webkit-box-shadow: 1px 1px 3px 2px #dcefd5; box-shadow: 1px 1px 3px 2px #dcefd5;">
Div content here</div>
This div box has shadow with color #dcefd5
Comments
No comments written yet.
Please login to write comment.