Color spaces of #dad07b
RGB | 218 | 208 | 123 |
---|---|---|---|
HSL | 0.15 | 0.56 | 0.67 |
HSV | 54° | 44° | 85° |
CMYK | 0.00 | 0.05 | 0.44 0.15 |
XYZ | 55.0445 | 61.4472 | 27.6982 |
Yxy | 61.4472 | 0.3818 | 0.4262 |
Hunter Lab | 78.3883 | -11.8362 | 33.9219 |
CIE-Lab | 82.6186 | -8.3113 | 43.3075 |
#dad07b color RGB value is (218,208,123).
#dad07b hex color red value is 218, green value is 208 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dad07b hue: 0.15 , saturation: 0.56 and the lightness value of dad07b is 0.67.
The process color (four color CMYK) of #dad07b color hex is 0.00, 0.05, 0.44, 0.15. Web safe color of #dad07b is #cccc66. Color #dad07b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010000 | 01111011 |
Octal | 332 | 320 | 173 |
Decimal | 218 | 208 | 123 |
Hex | DA | D0 | 7B |
Shades of #dad07b
Tints of #dad07b
RGB Percentages of Color #dad07b
CMYK Percentages of Color #dad07b
Complementary Color
#dad07b | #7b85da |
#dad07b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad07b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad07b Color CSS Codes
.mybgcolor {background-color:#dad07b; } .myforecolor {color:#dad07b; } .mybordercolor {border:3px solid #dad07b; }
#dad07b Text Font Color
<p style="color:#dad07b">Text here</p>
This sample text font color is #dad07b
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.
#dad07b Background Color
<div style="background-color:#dad07b">
Div content here</div>
This div background color is #dad07b
#dad07b Border Color
<div style="border:3px solid #dad07b">
Div here</div>
This div border color is #dad07b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,208,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad07b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad07b; -webkit-box-shadow: 1px 1px 3px 2px #dad07b; box-shadow: 1px 1px 3px 2px #dad07b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,208,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad07b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad07b; -webkit-box-shadow: 1px 1px 3px 2px #dad07b; box-shadow: 1px 1px 3px 2px #dad07b;">
Div content here</div>
This div box has shadow with color #dad07b
Comments
No comments written yet.
Please login to write comment.