Color spaces of #dccefe
RGB | 220 | 206 | 254 |
---|---|---|---|
HSL | 0.72 | 0.96 | 0.90 |
HSV | 258° | 19° | 100° |
CMYK | 0.13 | 0.19 | 0.00 0.00 |
XYZ | 69.4759 | 66.5140 | 102.9426 |
Yxy | 66.5140 | 0.2908 | 0.2784 |
Hunter Lab | 81.5561 | 9.3371 | -17.7484 |
CIE-Lab | 85.2579 | 13.9471 | -21.7120 |
#dccefe color RGB value is (220,206,254).
#dccefe hex color red value is 220, green value is 206 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dccefe hue: 0.72 , saturation: 0.96 and the lightness value of dccefe is 0.90.
The process color (four color CMYK) of #dccefe color hex is 0.13, 0.19, 0.00, 0.00. Web safe color of #dccefe is #ccccff. Color #dccefe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 11111110 |
Octal | 334 | 316 | 376 |
Decimal | 220 | 206 | 254 |
Hex | DC | CE | FE |
Shades of #dccefe
Tints of #dccefe
RGB Percentages of Color #dccefe
CMYK Percentages of Color #dccefe
Complementary Color
#dccefe | #f0fece |
#dccefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccefe Color CSS Codes
.mybgcolor {background-color:#dccefe; } .myforecolor {color:#dccefe; } .mybordercolor {border:3px solid #dccefe; }
#dccefe Text Font Color
<p style="color:#dccefe">Text here</p>
This sample text font color is #dccefe
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.
#dccefe Background Color
<div style="background-color:#dccefe">
Div content here</div>
This div background color is #dccefe
#dccefe Border Color
<div style="border:3px solid #dccefe">
Div here</div>
This div border color is #dccefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccefe; -webkit-box-shadow: 1px 1px 3px 2px #dccefe; box-shadow: 1px 1px 3px 2px #dccefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccefe; -webkit-box-shadow: 1px 1px 3px 2px #dccefe; box-shadow: 1px 1px 3px 2px #dccefe;">
Div content here</div>
This div box has shadow with color #dccefe
Comments
No comments written yet.
Please login to write comment.