Color spaces of #ddedfe
RGB | 221 | 237 | 254 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.93 |
HSV | 211° | 13° | 100° |
CMYK | 0.13 | 0.07 | 0.00 0.00 |
XYZ | 77.9924 | 83.0963 | 105.6945 |
Yxy | 83.0963 | 0.2923 | 0.3115 |
Hunter Lab | 91.1572 | -6.8037 | -4.9353 |
CIE-Lab | 93.0566 | -1.9686 | -9.9998 |
#ddedfe color RGB value is (221,237,254).
#ddedfe hex color red value is 221, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddedfe hue: 0.59 , saturation: 0.94 and the lightness value of ddedfe is 0.93.
The process color (four color CMYK) of #ddedfe color hex is 0.13, 0.07, 0.00, 0.00. Web safe color of #ddedfe is #ccffff. Color #ddedfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101101 | 11111110 |
Octal | 335 | 355 | 376 |
Decimal | 221 | 237 | 254 |
Hex | DD | ED | FE |
Shades of #ddedfe
Tints of #ddedfe
RGB Percentages of Color #ddedfe
CMYK Percentages of Color #ddedfe
Complementary Color
#ddedfe | #feeedd |
#ddedfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddedfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddedfe Color CSS Codes
.mybgcolor {background-color:#ddedfe; } .myforecolor {color:#ddedfe; } .mybordercolor {border:3px solid #ddedfe; }
#ddedfe Text Font Color
<p style="color:#ddedfe">Text here</p>
This sample text font color is #ddedfe
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.
#ddedfe Background Color
<div style="background-color:#ddedfe">
Div content here</div>
This div background color is #ddedfe
#ddedfe Border Color
<div style="border:3px solid #ddedfe">
Div here</div>
This div border color is #ddedfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddedfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddedfe; -webkit-box-shadow: 1px 1px 3px 2px #ddedfe; box-shadow: 1px 1px 3px 2px #ddedfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #ddedfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddedfe; -webkit-box-shadow: 1px 1px 3px 2px #ddedfe; box-shadow: 1px 1px 3px 2px #ddedfe;">
Div content here</div>
This div box has shadow with color #ddedfe
#ddedfe Color Palettes
Comments
No comments written yet.
Please login to write comment.