Color spaces of #ddaba2
RGB | 221 | 171 | 162 |
---|---|---|---|
HSL | 0.03 | 0.46 | 0.75 |
HSV | 9° | 27° | 87° |
CMYK | 0.00 | 0.23 | 0.27 0.13 |
XYZ | 50.9033 | 47.1066 | 40.5920 |
Yxy | 47.1066 | 0.3673 | 0.3399 |
Hunter Lab | 68.6342 | 12.2764 | 12.9784 |
CIE-Lab | 74.2579 | 17.0008 | 11.6742 |
#ddaba2 color RGB value is (221,171,162).
#ddaba2 hex color red value is 221, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ddaba2 hue: 0.03 , saturation: 0.46 and the lightness value of ddaba2 is 0.75.
The process color (four color CMYK) of #ddaba2 color hex is 0.00, 0.23, 0.27, 0.13. Web safe color of #ddaba2 is #cc9999. Color #ddaba2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101011 | 10100010 |
Octal | 335 | 253 | 242 |
Decimal | 221 | 171 | 162 |
Hex | DD | AB | A2 |
Shades of #ddaba2
Tints of #ddaba2
RGB Percentages of Color #ddaba2
CMYK Percentages of Color #ddaba2
Complementary Color
#ddaba2 | #a2d4dd |
#ddaba2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddaba2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddaba2 Color CSS Codes
.mybgcolor {background-color:#ddaba2; } .myforecolor {color:#ddaba2; } .mybordercolor {border:3px solid #ddaba2; }
#ddaba2 Text Font Color
<p style="color:#ddaba2">Text here</p>
This sample text font color is #ddaba2
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.
#ddaba2 Background Color
<div style="background-color:#ddaba2">
Div content here</div>
This div background color is #ddaba2
#ddaba2 Border Color
<div style="border:3px solid #ddaba2">
Div here</div>
This div border color is #ddaba2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,171,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddaba2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddaba2; -webkit-box-shadow: 1px 1px 3px 2px #ddaba2; box-shadow: 1px 1px 3px 2px #ddaba2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,171,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddaba2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddaba2; -webkit-box-shadow: 1px 1px 3px 2px #ddaba2; box-shadow: 1px 1px 3px 2px #ddaba2;">
Div content here</div>
This div box has shadow with color #ddaba2
Comments
No comments written yet.
Please login to write comment.