Color spaces of #dad283
RGB | 218 | 210 | 131 |
---|---|---|---|
HSL | 0.15 | 0.54 | 0.68 |
HSV | 54° | 40° | 85° |
CMYK | 0.00 | 0.04 | 0.40 0.15 |
XYZ | 56.0568 | 62.6373 | 30.6084 |
Yxy | 62.6373 | 0.3755 | 0.4195 |
Hunter Lab | 79.1437 | -12.0716 | 32.4705 |
CIE-Lab | 83.2512 | -8.4987 | 40.1070 |
#dad283 color RGB value is (218,210,131).
#dad283 hex color red value is 218, green value is 210 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dad283 hue: 0.15 , saturation: 0.54 and the lightness value of dad283 is 0.68.
The process color (four color CMYK) of #dad283 color hex is 0.00, 0.04, 0.40, 0.15. Web safe color of #dad283 is #cccc99. Color #dad283 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010010 | 10000011 |
Octal | 332 | 322 | 203 |
Decimal | 218 | 210 | 131 |
Hex | DA | D2 | 83 |
Shades of #dad283
Tints of #dad283
RGB Percentages of Color #dad283
CMYK Percentages of Color #dad283
Complementary Color
#dad283 | #838bda |
#dad283 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad283 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad283 Color CSS Codes
.mybgcolor {background-color:#dad283; } .myforecolor {color:#dad283; } .mybordercolor {border:3px solid #dad283; }
#dad283 Text Font Color
<p style="color:#dad283">Text here</p>
This sample text font color is #dad283
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.
#dad283 Background Color
<div style="background-color:#dad283">
Div content here</div>
This div background color is #dad283
#dad283 Border Color
<div style="border:3px solid #dad283">
Div here</div>
This div border color is #dad283
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,210,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad283; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad283; -webkit-box-shadow: 1px 1px 3px 2px #dad283; box-shadow: 1px 1px 3px 2px #dad283; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,210,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad283">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad283; -webkit-box-shadow: 1px 1px 3px 2px #dad283; box-shadow: 1px 1px 3px 2px #dad283;">
Div content here</div>
This div box has shadow with color #dad283
Comments
No comments written yet.
Please login to write comment.