Color spaces of #dbaf82
RGB | 219 | 175 | 130 |
---|---|---|---|
HSL | 0.08 | 0.55 | 0.68 |
HSV | 30° | 41° | 86° |
CMYK | 0.00 | 0.20 | 0.41 0.14 |
XYZ | 48.5727 | 47.3317 | 27.6950 |
Yxy | 47.3317 | 0.3930 | 0.3829 |
Hunter Lab | 68.7980 | 5.6278 | 24.2911 |
CIE-Lab | 74.4014 | 10.0881 | 29.1450 |
#dbaf82 color RGB value is (219,175,130).
#dbaf82 hex color red value is 219, green value is 175 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbaf82 hue: 0.08 , saturation: 0.55 and the lightness value of dbaf82 is 0.68.
The process color (four color CMYK) of #dbaf82 color hex is 0.00, 0.20, 0.41, 0.14. Web safe color of #dbaf82 is #cc9999. Color #dbaf82 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101111 | 10000010 |
Octal | 333 | 257 | 202 |
Decimal | 219 | 175 | 130 |
Hex | DB | AF | 82 |
Shades of #dbaf82
Tints of #dbaf82
RGB Percentages of Color #dbaf82
CMYK Percentages of Color #dbaf82
Complementary Color
#dbaf82 | #82aedb |
#dbaf82 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbaf82 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbaf82 Color CSS Codes
.mybgcolor {background-color:#dbaf82; } .myforecolor {color:#dbaf82; } .mybordercolor {border:3px solid #dbaf82; }
#dbaf82 Text Font Color
<p style="color:#dbaf82">Text here</p>
This sample text font color is #dbaf82
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.
#dbaf82 Background Color
<div style="background-color:#dbaf82">
Div content here</div>
This div background color is #dbaf82
#dbaf82 Border Color
<div style="border:3px solid #dbaf82">
Div here</div>
This div border color is #dbaf82
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,175,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbaf82; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbaf82; -webkit-box-shadow: 1px 1px 3px 2px #dbaf82; box-shadow: 1px 1px 3px 2px #dbaf82; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,175,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbaf82">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbaf82; -webkit-box-shadow: 1px 1px 3px 2px #dbaf82; box-shadow: 1px 1px 3px 2px #dbaf82;">
Div content here</div>
This div box has shadow with color #dbaf82
Comments
No comments written yet.
Please login to write comment.