Color spaces of #dbcaec
RGB | 219 | 202 | 236 |
---|---|---|---|
HSL | 0.75 | 0.47 | 0.86 |
HSV | 270° | 14° | 93° |
CMYK | 0.07 | 0.14 | 0.00 0.07 |
XYZ | 65.4743 | 63.3573 | 88.1352 |
Yxy | 63.3573 | 0.3018 | 0.2920 |
Hunter Lab | 79.5973 | 7.5334 | -9.9316 |
CIE-Lab | 83.6300 | 12.1451 | -14.6157 |
#dbcaec color RGB value is (219,202,236).
#dbcaec hex color red value is 219, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbcaec hue: 0.75 , saturation: 0.47 and the lightness value of dbcaec is 0.86.
The process color (four color CMYK) of #dbcaec color hex is 0.07, 0.14, 0.00, 0.07. Web safe color of #dbcaec is #ccccff. Color #dbcaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001010 | 11101100 |
Octal | 333 | 312 | 354 |
Decimal | 219 | 202 | 236 |
Hex | DB | CA | EC |
Shades of #dbcaec
Tints of #dbcaec
RGB Percentages of Color #dbcaec
CMYK Percentages of Color #dbcaec
Complementary Color
#dbcaec | #dbecca |
#dbcaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbcaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbcaec Color CSS Codes
.mybgcolor {background-color:#dbcaec; } .myforecolor {color:#dbcaec; } .mybordercolor {border:3px solid #dbcaec; }
#dbcaec Text Font Color
<p style="color:#dbcaec">Text here</p>
This sample text font color is #dbcaec
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.
#dbcaec Background Color
<div style="background-color:#dbcaec">
Div content here</div>
This div background color is #dbcaec
#dbcaec Border Color
<div style="border:3px solid #dbcaec">
Div here</div>
This div border color is #dbcaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,202,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbcaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbcaec; -webkit-box-shadow: 1px 1px 3px 2px #dbcaec; box-shadow: 1px 1px 3px 2px #dbcaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,202,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 #dbcaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcaec; -webkit-box-shadow: 1px 1px 3px 2px #dbcaec; box-shadow: 1px 1px 3px 2px #dbcaec;">
Div content here</div>
This div box has shadow with color #dbcaec
Comments
No comments written yet.
Please login to write comment.