Color spaces of #daaebb
RGB | 218 | 174 | 187 |
---|---|---|---|
HSL | 0.95 | 0.37 | 0.77 |
HSV | 342° | 20° | 85° |
CMYK | 0.00 | 0.20 | 0.14 0.15 |
XYZ | 53.0191 | 48.7654 | 53.6320 |
Yxy | 48.7654 | 0.3411 | 0.3138 |
Hunter Lab | 69.8322 | 13.3171 | 3.3471 |
CIE-Lab | 75.3051 | 18.0363 | -0.5267 |
#daaebb color RGB value is (218,174,187).
#daaebb hex color red value is 218, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #daaebb hue: 0.95 , saturation: 0.37 and the lightness value of daaebb is 0.77.
The process color (four color CMYK) of #daaebb color hex is 0.00, 0.20, 0.14, 0.15. Web safe color of #daaebb is #cc99cc. Color #daaebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101110 | 10111011 |
Octal | 332 | 256 | 273 |
Decimal | 218 | 174 | 187 |
Hex | DA | AE | BB |
Shades of #daaebb
Tints of #daaebb
RGB Percentages of Color #daaebb
CMYK Percentages of Color #daaebb
Complementary Color
#daaebb | #aedacd |
#daaebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daaebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#daaebb Color CSS Codes
.mybgcolor {background-color:#daaebb; } .myforecolor {color:#daaebb; } .mybordercolor {border:3px solid #daaebb; }
#daaebb Text Font Color
<p style="color:#daaebb">Text here</p>
This sample text font color is #daaebb
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.
#daaebb Background Color
<div style="background-color:#daaebb">
Div content here</div>
This div background color is #daaebb
#daaebb Border Color
<div style="border:3px solid #daaebb">
Div here</div>
This div border color is #daaebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daaebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daaebb; -webkit-box-shadow: 1px 1px 3px 2px #daaebb; box-shadow: 1px 1px 3px 2px #daaebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,174,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 #daaebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daaebb; -webkit-box-shadow: 1px 1px 3px 2px #daaebb; box-shadow: 1px 1px 3px 2px #daaebb;">
Div content here</div>
This div box has shadow with color #daaebb
Comments
No comments written yet.
Please login to write comment.