Color spaces of #daaabb
RGB | 218 | 170 | 187 |
---|---|---|---|
HSL | 0.94 | 0.39 | 0.76 |
HSV | 339° | 22° | 85° |
CMYK | 0.00 | 0.22 | 0.14 0.15 |
XYZ | 52.2578 | 47.2427 | 53.3782 |
Yxy | 47.2427 | 0.3418 | 0.3090 |
Hunter Lab | 68.7333 | 15.4298 | 2.0688 |
CIE-Lab | 74.3447 | 20.1965 | -1.9330 |
#daaabb color RGB value is (218,170,187).
#daaabb hex color red value is 218, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #daaabb hue: 0.94 , saturation: 0.39 and the lightness value of daaabb is 0.76.
The process color (four color CMYK) of #daaabb color hex is 0.00, 0.22, 0.14, 0.15. Web safe color of #daaabb is #cc99cc. Color #daaabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101010 | 10111011 |
Octal | 332 | 252 | 273 |
Decimal | 218 | 170 | 187 |
Hex | DA | AA | BB |
Shades of #daaabb
Tints of #daaabb
RGB Percentages of Color #daaabb
CMYK Percentages of Color #daaabb
Complementary Color
#daaabb | #aadac9 |
#daaabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaabb Color CSS Codes
.mybgcolor {background-color:#daaabb; } .myforecolor {color:#daaabb; } .mybordercolor {border:3px solid #daaabb; }
#daaabb Text Font Color
<p style="color:#daaabb">Text here</p>
This sample text font color is #daaabb
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.
#daaabb Background Color
<div style="background-color:#daaabb">
Div content here</div>
This div background color is #daaabb
#daaabb Border Color
<div style="border:3px solid #daaabb">
Div here</div>
This div border color is #daaabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaabb; -webkit-box-shadow: 1px 1px 3px 2px #daaabb; box-shadow: 1px 1px 3px 2px #daaabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,170,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #daaabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaabb; -webkit-box-shadow: 1px 1px 3px 2px #daaabb; box-shadow: 1px 1px 3px 2px #daaabb;">
Div content here</div>
This div box has shadow with color #daaabb
Comments
No comments written yet.
Please login to write comment.