Color spaces of #dbaeee
RGB | 219 | 174 | 238 |
---|---|---|---|
HSL | 0.78 | 0.65 | 0.81 |
HSV | 282° | 27° | 93° |
CMYK | 0.08 | 0.27 | 0.00 0.07 |
XYZ | 59.7821 | 51.5052 | 87.6796 |
Yxy | 51.5052 | 0.3005 | 0.2589 |
Hunter Lab | 71.7671 | 23.0982 | -22.1990 |
CIE-Lab | 76.9840 | 27.6049 | -25.7526 |
#dbaeee color RGB value is (219,174,238).
#dbaeee hex color red value is 219, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbaeee hue: 0.78 , saturation: 0.65 and the lightness value of dbaeee is 0.81.
The process color (four color CMYK) of #dbaeee color hex is 0.08, 0.27, 0.00, 0.07. Web safe color of #dbaeee is #cc99ff. Color #dbaeee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101110 | 11101110 |
Octal | 333 | 256 | 356 |
Decimal | 219 | 174 | 238 |
Hex | DB | AE | EE |
Shades of #dbaeee
Tints of #dbaeee
RGB Percentages of Color #dbaeee
CMYK Percentages of Color #dbaeee
Complementary Color
#dbaeee | #c1eeae |
#dbaeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaeee Color CSS Codes
.mybgcolor {background-color:#dbaeee; } .myforecolor {color:#dbaeee; } .mybordercolor {border:3px solid #dbaeee; }
#dbaeee Text Font Color
<p style="color:#dbaeee">Text here</p>
This sample text font color is #dbaeee
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.
#dbaeee Background Color
<div style="background-color:#dbaeee">
Div content here</div>
This div background color is #dbaeee
#dbaeee Border Color
<div style="border:3px solid #dbaeee">
Div here</div>
This div border color is #dbaeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,174,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaeee; -webkit-box-shadow: 1px 1px 3px 2px #dbaeee; box-shadow: 1px 1px 3px 2px #dbaeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,174,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaeee; -webkit-box-shadow: 1px 1px 3px 2px #dbaeee; box-shadow: 1px 1px 3px 2px #dbaeee;">
Div content here</div>
This div box has shadow with color #dbaeee
Comments
No comments written yet.
Please login to write comment.