Color spaces of #dccfef
RGB | 220 | 207 | 239 |
---|---|---|---|
HSL | 0.73 | 0.50 | 0.87 |
HSV | 264° | 13° | 94° |
CMYK | 0.08 | 0.13 | 0.00 0.06 |
XYZ | 67.4080 | 66.0733 | 90.8620 |
Yxy | 66.0733 | 0.3005 | 0.2945 |
Hunter Lab | 81.2855 | 5.7759 | -9.3753 |
CIE-Lab | 85.0338 | 10.3995 | -14.0982 |
#dccfef color RGB value is (220,207,239).
#dccfef hex color red value is 220, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dccfef hue: 0.73 , saturation: 0.50 and the lightness value of dccfef is 0.87.
The process color (four color CMYK) of #dccfef color hex is 0.08, 0.13, 0.00, 0.06. Web safe color of #dccfef is #ccccff. Color #dccfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001111 | 11101111 |
Octal | 334 | 317 | 357 |
Decimal | 220 | 207 | 239 |
Hex | DC | CF | EF |
Shades of #dccfef
Tints of #dccfef
RGB Percentages of Color #dccfef
CMYK Percentages of Color #dccfef
Complementary Color
#dccfef | #e2efcf |
#dccfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccfef Color CSS Codes
.mybgcolor {background-color:#dccfef; } .myforecolor {color:#dccfef; } .mybordercolor {border:3px solid #dccfef; }
#dccfef Text Font Color
<p style="color:#dccfef">Text here</p>
This sample text font color is #dccfef
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.
#dccfef Background Color
<div style="background-color:#dccfef">
Div content here</div>
This div background color is #dccfef
#dccfef Border Color
<div style="border:3px solid #dccfef">
Div here</div>
This div border color is #dccfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccfef; -webkit-box-shadow: 1px 1px 3px 2px #dccfef; box-shadow: 1px 1px 3px 2px #dccfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,207,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccfef; -webkit-box-shadow: 1px 1px 3px 2px #dccfef; box-shadow: 1px 1px 3px 2px #dccfef;">
Div content here</div>
This div box has shadow with color #dccfef
Comments
No comments written yet.
Please login to write comment.