Color spaces of #dacbe1
RGB | 218 | 203 | 225 |
---|---|---|---|
HSL | 0.78 | 0.27 | 0.84 |
HSV | 281° | 10° | 88° |
CMYK | 0.03 | 0.10 | 0.00 0.12 |
XYZ | 63.8600 | 63.0535 | 80.0389 |
Yxy | 63.0535 | 0.3086 | 0.3047 |
Hunter Lab | 79.4062 | 4.5922 | -4.1780 |
CIE-Lab | 83.4705 | 9.1732 | -8.9990 |
#dacbe1 color RGB value is (218,203,225).
#dacbe1 hex color red value is 218, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dacbe1 hue: 0.78 , saturation: 0.27 and the lightness value of dacbe1 is 0.84.
The process color (four color CMYK) of #dacbe1 color hex is 0.03, 0.10, 0.00, 0.12. Web safe color of #dacbe1 is #cccccc. Color #dacbe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11001011 | 11100001 |
Octal | 332 | 313 | 341 |
Decimal | 218 | 203 | 225 |
Hex | DA | CB | E1 |
Shades of #dacbe1
Tints of #dacbe1
RGB Percentages of Color #dacbe1
CMYK Percentages of Color #dacbe1
Complementary Color
#dacbe1 | #d2e1cb |
#dacbe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dacbe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dacbe1 Color CSS Codes
.mybgcolor {background-color:#dacbe1; } .myforecolor {color:#dacbe1; } .mybordercolor {border:3px solid #dacbe1; }
#dacbe1 Text Font Color
<p style="color:#dacbe1">Text here</p>
This sample text font color is #dacbe1
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.
#dacbe1 Background Color
<div style="background-color:#dacbe1">
Div content here</div>
This div background color is #dacbe1
#dacbe1 Border Color
<div style="border:3px solid #dacbe1">
Div here</div>
This div border color is #dacbe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,203,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dacbe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dacbe1; -webkit-box-shadow: 1px 1px 3px 2px #dacbe1; box-shadow: 1px 1px 3px 2px #dacbe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,203,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dacbe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dacbe1; -webkit-box-shadow: 1px 1px 3px 2px #dacbe1; box-shadow: 1px 1px 3px 2px #dacbe1;">
Div content here</div>
This div box has shadow with color #dacbe1
Comments
No comments written yet.
Please login to write comment.