Color spaces of #dbaeb4
RGB | 219 | 174 | 180 |
---|---|---|---|
HSL | 0.98 | 0.38 | 0.77 |
HSV | 352° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.18 0.14 |
XYZ | 52.5877 | 48.6275 | 49.7944 |
Yxy | 48.6275 | 0.3482 | 0.3220 |
Hunter Lab | 69.7334 | 12.5778 | 6.4763 |
CIE-Lab | 75.2190 | 17.2883 | 3.1857 |
#dbaeb4 color RGB value is (219,174,180).
#dbaeb4 hex color red value is 219, green value is 174 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dbaeb4 hue: 0.98 , saturation: 0.38 and the lightness value of dbaeb4 is 0.77.
The process color (four color CMYK) of #dbaeb4 color hex is 0.00, 0.21, 0.18, 0.14. Web safe color of #dbaeb4 is #cc99cc. Color #dbaeb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101110 | 10110100 |
Octal | 333 | 256 | 264 |
Decimal | 219 | 174 | 180 |
Hex | DB | AE | B4 |
Shades of #dbaeb4
Tints of #dbaeb4
RGB Percentages of Color #dbaeb4
CMYK Percentages of Color #dbaeb4
Complementary Color
#dbaeb4 | #aedbd5 |
#dbaeb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaeb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaeb4 Color CSS Codes
.mybgcolor {background-color:#dbaeb4; } .myforecolor {color:#dbaeb4; } .mybordercolor {border:3px solid #dbaeb4; }
#dbaeb4 Text Font Color
<p style="color:#dbaeb4">Text here</p>
This sample text font color is #dbaeb4
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.
#dbaeb4 Background Color
<div style="background-color:#dbaeb4">
Div content here</div>
This div background color is #dbaeb4
#dbaeb4 Border Color
<div style="border:3px solid #dbaeb4">
Div here</div>
This div border color is #dbaeb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,174,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaeb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaeb4; -webkit-box-shadow: 1px 1px 3px 2px #dbaeb4; box-shadow: 1px 1px 3px 2px #dbaeb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,174,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaeb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaeb4; -webkit-box-shadow: 1px 1px 3px 2px #dbaeb4; box-shadow: 1px 1px 3px 2px #dbaeb4;">
Div content here</div>
This div box has shadow with color #dbaeb4
Comments
No comments written yet.
Please login to write comment.