Color spaces of #dad068
RGB | 218 | 208 | 104 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.63 |
HSV | 55° | 52° | 85° |
CMYK | 0.00 | 0.05 | 0.52 0.15 |
XYZ | 53.9680 | 61.0167 | 22.0297 |
Yxy | 61.0167 | 0.3939 | 0.4453 |
Hunter Lab | 78.1132 | -13.3733 | 37.9581 |
CIE-Lab | 82.3877 | -10.0510 | 52.2219 |
#dad068 color RGB value is (218,208,104).
#dad068 hex color red value is 218, green value is 208 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dad068 hue: 0.15 , saturation: 0.61 and the lightness value of dad068 is 0.63.
The process color (four color CMYK) of #dad068 color hex is 0.00, 0.05, 0.52, 0.15. Web safe color of #dad068 is #cccc66. Color #dad068 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010000 | 01101000 |
Octal | 332 | 320 | 150 |
Decimal | 218 | 208 | 104 |
Hex | DA | D0 | 68 |
Shades of #dad068
Tints of #dad068
RGB Percentages of Color #dad068
CMYK Percentages of Color #dad068
Complementary Color
#dad068 | #6872da |
#dad068 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad068 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad068 Color CSS Codes
.mybgcolor {background-color:#dad068; } .myforecolor {color:#dad068; } .mybordercolor {border:3px solid #dad068; }
#dad068 Text Font Color
<p style="color:#dad068">Text here</p>
This sample text font color is #dad068
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.
#dad068 Background Color
<div style="background-color:#dad068">
Div content here</div>
This div background color is #dad068
#dad068 Border Color
<div style="border:3px solid #dad068">
Div here</div>
This div border color is #dad068
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,208,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad068; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad068; -webkit-box-shadow: 1px 1px 3px 2px #dad068; box-shadow: 1px 1px 3px 2px #dad068; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,208,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 #dad068">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad068; -webkit-box-shadow: 1px 1px 3px 2px #dad068; box-shadow: 1px 1px 3px 2px #dad068;">
Div content here</div>
This div box has shadow with color #dad068
Comments
No comments written yet.
Please login to write comment.