Color spaces of #ddbeae
RGB | 221 | 190 | 174 |
---|---|---|---|
HSL | 0.06 | 0.41 | 0.77 |
HSV | 20° | 21° | 87° |
CMYK | 0.00 | 0.14 | 0.21 0.13 |
XYZ | 55.8722 | 55.2551 | 47.7649 |
Yxy | 55.2551 | 0.3516 | 0.3478 |
Hunter Lab | 74.3338 | 4.0835 | 13.9355 |
CIE-Lab | 79.1880 | 8.5543 | 12.1513 |
#ddbeae color RGB value is (221,190,174).
#ddbeae hex color red value is 221, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddbeae hue: 0.06 , saturation: 0.41 and the lightness value of ddbeae is 0.77.
The process color (four color CMYK) of #ddbeae color hex is 0.00, 0.14, 0.21, 0.13. Web safe color of #ddbeae is #cccc99. Color #ddbeae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10111110 | 10101110 |
Octal | 335 | 276 | 256 |
Decimal | 221 | 190 | 174 |
Hex | DD | BE | AE |
Shades of #ddbeae
Tints of #ddbeae
RGB Percentages of Color #ddbeae
CMYK Percentages of Color #ddbeae
Complementary Color
#ddbeae | #aecddd |
#ddbeae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddbeae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddbeae Color CSS Codes
.mybgcolor {background-color:#ddbeae; } .myforecolor {color:#ddbeae; } .mybordercolor {border:3px solid #ddbeae; }
#ddbeae Text Font Color
<p style="color:#ddbeae">Text here</p>
This sample text font color is #ddbeae
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.
#ddbeae Background Color
<div style="background-color:#ddbeae">
Div content here</div>
This div background color is #ddbeae
#ddbeae Border Color
<div style="border:3px solid #ddbeae">
Div here</div>
This div border color is #ddbeae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,190,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddbeae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddbeae; -webkit-box-shadow: 1px 1px 3px 2px #ddbeae; box-shadow: 1px 1px 3px 2px #ddbeae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,190,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddbeae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbeae; -webkit-box-shadow: 1px 1px 3px 2px #ddbeae; box-shadow: 1px 1px 3px 2px #ddbeae;">
Div content here</div>
This div box has shadow with color #ddbeae
Comments
No comments written yet.
Please login to write comment.