Color spaces of #dbaef5
RGB | 219 | 174 | 245 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.82 |
HSV | 278° | 29° | 96° |
CMYK | 0.11 | 0.29 | 0.00 0.04 |
XYZ | 60.8309 | 51.9247 | 93.2025 |
Yxy | 51.9247 | 0.2954 | 0.2521 |
Hunter Lab | 72.0588 | 24.5840 | -26.2459 |
CIE-Lab | 77.2358 | 29.0105 | -29.1461 |
#dbaef5 color RGB value is (219,174,245).
#dbaef5 hex color red value is 219, green value is 174 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbaef5 hue: 0.77 , saturation: 0.78 and the lightness value of dbaef5 is 0.82.
The process color (four color CMYK) of #dbaef5 color hex is 0.11, 0.29, 0.00, 0.04. Web safe color of #dbaef5 is #cc99ff. Color #dbaef5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101110 | 11110101 |
Octal | 333 | 256 | 365 |
Decimal | 219 | 174 | 245 |
Hex | DB | AE | F5 |
Shades of #dbaef5
Tints of #dbaef5
RGB Percentages of Color #dbaef5
CMYK Percentages of Color #dbaef5
Complementary Color
#dbaef5 | #c8f5ae |
#dbaef5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaef5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaef5 Color CSS Codes
.mybgcolor {background-color:#dbaef5; } .myforecolor {color:#dbaef5; } .mybordercolor {border:3px solid #dbaef5; }
#dbaef5 Text Font Color
<p style="color:#dbaef5">Text here</p>
This sample text font color is #dbaef5
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.
#dbaef5 Background Color
<div style="background-color:#dbaef5">
Div content here</div>
This div background color is #dbaef5
#dbaef5 Border Color
<div style="border:3px solid #dbaef5">
Div here</div>
This div border color is #dbaef5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,174,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaef5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaef5; -webkit-box-shadow: 1px 1px 3px 2px #dbaef5; box-shadow: 1px 1px 3px 2px #dbaef5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,174,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaef5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaef5; -webkit-box-shadow: 1px 1px 3px 2px #dbaef5; box-shadow: 1px 1px 3px 2px #dbaef5;">
Div content here</div>
This div box has shadow with color #dbaef5
Comments
No comments written yet.
Please login to write comment.