Color spaces of #dcedfb
RGB | 220 | 237 | 251 |
---|---|---|---|
HSL | 0.58 | 0.79 | 0.92 |
HSV | 207° | 12° | 98° |
CMYK | 0.12 | 0.06 | 0.00 0.02 |
XYZ | 77.2120 | 82.7491 | 103.1694 |
Yxy | 82.7491 | 0.2934 | 0.3145 |
Hunter Lab | 90.9665 | -7.6814 | -3.5670 |
CIE-Lab | 92.9045 | -2.8795 | -8.6723 |
#dcedfb color RGB value is (220,237,251).
#dcedfb hex color red value is 220, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcedfb hue: 0.58 , saturation: 0.79 and the lightness value of dcedfb is 0.92.
The process color (four color CMYK) of #dcedfb color hex is 0.12, 0.06, 0.00, 0.02. Web safe color of #dcedfb is #ccffff. Color #dcedfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101101 | 11111011 |
Octal | 334 | 355 | 373 |
Decimal | 220 | 237 | 251 |
Hex | DC | ED | FB |
Shades of #dcedfb
Tints of #dcedfb
RGB Percentages of Color #dcedfb
CMYK Percentages of Color #dcedfb
Complementary Color
#dcedfb | #fbeadc |
#dcedfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcedfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcedfb Color CSS Codes
.mybgcolor {background-color:#dcedfb; } .myforecolor {color:#dcedfb; } .mybordercolor {border:3px solid #dcedfb; }
#dcedfb Text Font Color
<p style="color:#dcedfb">Text here</p>
This sample text font color is #dcedfb
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.
#dcedfb Background Color
<div style="background-color:#dcedfb">
Div content here</div>
This div background color is #dcedfb
#dcedfb Border Color
<div style="border:3px solid #dcedfb">
Div here</div>
This div border color is #dcedfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,237,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcedfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcedfb; -webkit-box-shadow: 1px 1px 3px 2px #dcedfb; box-shadow: 1px 1px 3px 2px #dcedfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,237,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcedfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcedfb; -webkit-box-shadow: 1px 1px 3px 2px #dcedfb; box-shadow: 1px 1px 3px 2px #dcedfb;">
Div content here</div>
This div box has shadow with color #dcedfb
Comments
No comments written yet.
Please login to write comment.