Color spaces of #dbaefb
RGB | 219 | 174 | 251 |
---|---|---|---|
HSL | 0.76 | 0.91 | 0.83 |
HSV | 275° | 31° | 98° |
CMYK | 0.13 | 0.31 | 0.00 0.02 |
XYZ | 61.7621 | 52.2972 | 98.1059 |
Yxy | 52.2972 | 0.2911 | 0.2465 |
Hunter Lab | 72.3168 | 25.8934 | -29.8118 |
CIE-Lab | 77.4582 | 30.2393 | -32.0360 |
#dbaefb color RGB value is (219,174,251).
#dbaefb hex color red value is 219, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dbaefb hue: 0.76 , saturation: 0.91 and the lightness value of dbaefb is 0.83.
The process color (four color CMYK) of #dbaefb color hex is 0.13, 0.31, 0.00, 0.02. Web safe color of #dbaefb is #cc99ff. Color #dbaefb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101110 | 11111011 |
Octal | 333 | 256 | 373 |
Decimal | 219 | 174 | 251 |
Hex | DB | AE | FB |
Shades of #dbaefb
Tints of #dbaefb
RGB Percentages of Color #dbaefb
CMYK Percentages of Color #dbaefb
Complementary Color
#dbaefb | #cefbae |
#dbaefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaefb Color CSS Codes
.mybgcolor {background-color:#dbaefb; } .myforecolor {color:#dbaefb; } .mybordercolor {border:3px solid #dbaefb; }
#dbaefb Text Font Color
<p style="color:#dbaefb">Text here</p>
This sample text font color is #dbaefb
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.
#dbaefb Background Color
<div style="background-color:#dbaefb">
Div content here</div>
This div background color is #dbaefb
#dbaefb Border Color
<div style="border:3px solid #dbaefb">
Div here</div>
This div border color is #dbaefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,174,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaefb; -webkit-box-shadow: 1px 1px 3px 2px #dbaefb; box-shadow: 1px 1px 3px 2px #dbaefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,174,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaefb; -webkit-box-shadow: 1px 1px 3px 2px #dbaefb; box-shadow: 1px 1px 3px 2px #dbaefb;">
Div content here</div>
This div box has shadow with color #dbaefb
Comments
No comments written yet.
Please login to write comment.