Color spaces of #ddeefa
RGB | 221 | 238 | 250 |
---|---|---|---|
HSL | 0.57 | 0.74 | 0.92 |
HSV | 205° | 12° | 98° |
CMYK | 0.12 | 0.05 | 0.00 0.02 |
XYZ | 77.6486 | 83.4234 | 102.4523 |
Yxy | 83.4234 | 0.2947 | 0.3166 |
Hunter Lab | 91.3364 | -8.0890 | -2.5703 |
CIE-Lab | 93.1995 | -3.2734 | -7.7075 |
#ddeefa color RGB value is (221,238,250).
#ddeefa hex color red value is 221, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddeefa hue: 0.57 , saturation: 0.74 and the lightness value of ddeefa is 0.92.
The process color (four color CMYK) of #ddeefa color hex is 0.12, 0.05, 0.00, 0.02. Web safe color of #ddeefa is #ccffff. Color #ddeefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101110 | 11111010 |
Octal | 335 | 356 | 372 |
Decimal | 221 | 238 | 250 |
Hex | DD | EE | FA |
Shades of #ddeefa
Tints of #ddeefa
RGB Percentages of Color #ddeefa
CMYK Percentages of Color #ddeefa
Complementary Color
#ddeefa | #fae9dd |
#ddeefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddeefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddeefa Color CSS Codes
.mybgcolor {background-color:#ddeefa; } .myforecolor {color:#ddeefa; } .mybordercolor {border:3px solid #ddeefa; }
#ddeefa Text Font Color
<p style="color:#ddeefa">Text here</p>
This sample text font color is #ddeefa
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.
#ddeefa Background Color
<div style="background-color:#ddeefa">
Div content here</div>
This div background color is #ddeefa
#ddeefa Border Color
<div style="border:3px solid #ddeefa">
Div here</div>
This div border color is #ddeefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,238,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddeefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddeefa; -webkit-box-shadow: 1px 1px 3px 2px #ddeefa; box-shadow: 1px 1px 3px 2px #ddeefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,238,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddeefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddeefa; -webkit-box-shadow: 1px 1px 3px 2px #ddeefa; box-shadow: 1px 1px 3px 2px #ddeefa;">
Div content here</div>
This div box has shadow with color #ddeefa
Comments
No comments written yet.
Please login to write comment.