Color spaces of #dadaec
RGB | 218 | 218 | 236 |
---|---|---|---|
HSL | 0.67 | 0.32 | 0.89 |
HSV | 240° | 8° | 93° |
CMYK | 0.08 | 0.08 | 0.00 0.07 |
XYZ | 69.1252 | 71.1044 | 89.4381 |
Yxy | 71.1044 | 0.3010 | 0.3096 |
Hunter Lab | 84.3234 | -1.2383 | -3.8599 |
CIE-Lab | 87.5357 | 3.3700 | -8.7958 |
#dadaec color RGB value is (218,218,236).
#dadaec hex color red value is 218, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dadaec hue: 0.67 , saturation: 0.32 and the lightness value of dadaec is 0.89.
The process color (four color CMYK) of #dadaec color hex is 0.08, 0.08, 0.00, 0.07. Web safe color of #dadaec is #ccccff. Color #dadaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11011010 | 11101100 |
Octal | 332 | 332 | 354 |
Decimal | 218 | 218 | 236 |
Hex | DA | DA | EC |
Shades of #dadaec
Tints of #dadaec
RGB Percentages of Color #dadaec
CMYK Percentages of Color #dadaec
Complementary Color
#dadaec | #ececda |
#dadaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dadaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dadaec Color CSS Codes
.mybgcolor {background-color:#dadaec; } .myforecolor {color:#dadaec; } .mybordercolor {border:3px solid #dadaec; }
#dadaec Text Font Color
<p style="color:#dadaec">Text here</p>
This sample text font color is #dadaec
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.
#dadaec Background Color
<div style="background-color:#dadaec">
Div content here</div>
This div background color is #dadaec
#dadaec Border Color
<div style="border:3px solid #dadaec">
Div here</div>
This div border color is #dadaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,218,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dadaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dadaec; -webkit-box-shadow: 1px 1px 3px 2px #dadaec; box-shadow: 1px 1px 3px 2px #dadaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,218,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dadaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dadaec; -webkit-box-shadow: 1px 1px 3px 2px #dadaec; box-shadow: 1px 1px 3px 2px #dadaec;">
Div content here</div>
This div box has shadow with color #dadaec
Comments
No comments written yet.
Please login to write comment.