Color spaces of #dcefec
RGB | 220 | 239 | 236 |
---|---|---|---|
HSL | 0.47 | 0.37 | 0.90 |
HSV | 171° | 8° | 94° |
CMYK | 0.08 | 0.00 | 0.01 0.06 |
XYZ | 75.5220 | 83.0048 | 91.3980 |
Yxy | 83.0048 | 0.3022 | 0.3321 |
Hunter Lab | 91.1070 | -11.4718 | 4.2955 |
CIE-Lab | 93.0165 | -6.7915 | -0.7044 |
#dcefec color RGB value is (220,239,236).
#dcefec hex color red value is 220, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcefec hue: 0.47 , saturation: 0.37 and the lightness value of dcefec is 0.90.
The process color (four color CMYK) of #dcefec color hex is 0.08, 0.00, 0.01, 0.06. Web safe color of #dcefec is #ccffff. Color #dcefec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101111 | 11101100 |
Octal | 334 | 357 | 354 |
Decimal | 220 | 239 | 236 |
Hex | DC | EF | EC |
Shades of #dcefec
Tints of #dcefec
RGB Percentages of Color #dcefec
CMYK Percentages of Color #dcefec
Complementary Color
#dcefec | #efdcdf |
#dcefec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcefec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcefec Color CSS Codes
.mybgcolor {background-color:#dcefec; } .myforecolor {color:#dcefec; } .mybordercolor {border:3px solid #dcefec; }
#dcefec Text Font Color
<p style="color:#dcefec">Text here</p>
This sample text font color is #dcefec
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.
#dcefec Background Color
<div style="background-color:#dcefec">
Div content here</div>
This div background color is #dcefec
#dcefec Border Color
<div style="border:3px solid #dcefec">
Div here</div>
This div border color is #dcefec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,239,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcefec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcefec; -webkit-box-shadow: 1px 1px 3px 2px #dcefec; box-shadow: 1px 1px 3px 2px #dcefec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,239,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcefec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcefec; -webkit-box-shadow: 1px 1px 3px 2px #dcefec; box-shadow: 1px 1px 3px 2px #dcefec;">
Div content here</div>
This div box has shadow with color #dcefec
Comments
No comments written yet.
Please login to write comment.