Color spaces of #dabd68
RGB | 218 | 189 | 104 |
---|---|---|---|
HSL | 0.12 | 0.61 | 0.63 |
HSV | 45° | 52° | 85° |
CMYK | 0.00 | 0.13 | 0.52 0.15 |
XYZ | 49.6097 | 52.3001 | 20.5769 |
Yxy | 52.3001 | 0.4050 | 0.4270 |
Hunter Lab | 72.3188 | -4.1094 | 33.7534 |
CIE-Lab | 77.4599 | -0.2702 | 46.3656 |
#dabd68 color RGB value is (218,189,104).
#dabd68 hex color red value is 218, green value is 189 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dabd68 hue: 0.12 , saturation: 0.61 and the lightness value of dabd68 is 0.63.
The process color (four color CMYK) of #dabd68 color hex is 0.00, 0.13, 0.52, 0.15. Web safe color of #dabd68 is #cccc66. Color #dabd68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111101 | 01101000 |
Octal | 332 | 275 | 150 |
Decimal | 218 | 189 | 104 |
Hex | DA | BD | 68 |
Shades of #dabd68
Tints of #dabd68
RGB Percentages of Color #dabd68
CMYK Percentages of Color #dabd68
Complementary Color
#dabd68 | #6885da |
#dabd68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabd68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabd68 Color CSS Codes
.mybgcolor {background-color:#dabd68; } .myforecolor {color:#dabd68; } .mybordercolor {border:3px solid #dabd68; }
#dabd68 Text Font Color
<p style="color:#dabd68">Text here</p>
This sample text font color is #dabd68
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.
#dabd68 Background Color
<div style="background-color:#dabd68">
Div content here</div>
This div background color is #dabd68
#dabd68 Border Color
<div style="border:3px solid #dabd68">
Div here</div>
This div border color is #dabd68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,189,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabd68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabd68; -webkit-box-shadow: 1px 1px 3px 2px #dabd68; box-shadow: 1px 1px 3px 2px #dabd68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,189,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabd68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabd68; -webkit-box-shadow: 1px 1px 3px 2px #dabd68; box-shadow: 1px 1px 3px 2px #dabd68;">
Div content here</div>
This div box has shadow with color #dabd68
Comments
No comments written yet.
Please login to write comment.