Color spaces of #dad06a
RGB | 218 | 208 | 106 |
---|---|---|---|
HSL | 0.15 | 0.60 | 0.64 |
HSV | 55° | 51° | 85° |
CMYK | 0.00 | 0.05 | 0.51 0.15 |
XYZ | 54.0708 | 61.0578 | 22.5712 |
Yxy | 61.0578 | 0.3927 | 0.4434 |
Hunter Lab | 78.1395 | -13.2261 | 37.5713 |
CIE-Lab | 82.4098 | -9.8835 | 51.3057 |
#dad06a color RGB value is (218,208,106).
#dad06a hex color red value is 218, green value is 208 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dad06a hue: 0.15 , saturation: 0.60 and the lightness value of dad06a is 0.64.
The process color (four color CMYK) of #dad06a color hex is 0.00, 0.05, 0.51, 0.15. Web safe color of #dad06a is #cccc66. Color #dad06a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010000 | 01101010 |
Octal | 332 | 320 | 152 |
Decimal | 218 | 208 | 106 |
Hex | DA | D0 | 6A |
Shades of #dad06a
Tints of #dad06a
RGB Percentages of Color #dad06a
CMYK Percentages of Color #dad06a
Complementary Color
#dad06a | #6a74da |
#dad06a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad06a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad06a Color CSS Codes
.mybgcolor {background-color:#dad06a; } .myforecolor {color:#dad06a; } .mybordercolor {border:3px solid #dad06a; }
#dad06a Text Font Color
<p style="color:#dad06a">Text here</p>
This sample text font color is #dad06a
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.
#dad06a Background Color
<div style="background-color:#dad06a">
Div content here</div>
This div background color is #dad06a
#dad06a Border Color
<div style="border:3px solid #dad06a">
Div here</div>
This div border color is #dad06a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,208,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad06a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad06a; -webkit-box-shadow: 1px 1px 3px 2px #dad06a; box-shadow: 1px 1px 3px 2px #dad06a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,208,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad06a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad06a; -webkit-box-shadow: 1px 1px 3px 2px #dad06a; box-shadow: 1px 1px 3px 2px #dad06a;">
Div content here</div>
This div box has shadow with color #dad06a
Comments
No comments written yet.
Please login to write comment.