Color spaces of #dad448
RGB | 218 | 212 | 72 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.57 |
HSV | 58° | 67° | 85° |
CMYK | 0.00 | 0.03 | 0.67 0.15 |
XYZ | 53.6266 | 62.4603 | 15.3605 |
Yxy | 62.4603 | 0.4080 | 0.4752 |
Hunter Lab | 79.0318 | -17.1855 | 43.7988 |
CIE-Lab | 83.1576 | -14.2444 | 66.8468 |
#dad448 color RGB value is (218,212,72).
#dad448 hex color red value is 218, green value is 212 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dad448 hue: 0.16 , saturation: 0.66 and the lightness value of dad448 is 0.57.
The process color (four color CMYK) of #dad448 color hex is 0.00, 0.03, 0.67, 0.15. Web safe color of #dad448 is #cccc33. Color #dad448 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11010100 | 01001000 |
Octal | 332 | 324 | 110 |
Decimal | 218 | 212 | 72 |
Hex | DA | D4 | 48 |
Shades of #dad448
Tints of #dad448
RGB Percentages of Color #dad448
CMYK Percentages of Color #dad448
Complementary Color
#dad448 | #484eda |
#dad448 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dad448 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dad448 Color CSS Codes
.mybgcolor {background-color:#dad448; } .myforecolor {color:#dad448; } .mybordercolor {border:3px solid #dad448; }
#dad448 Text Font Color
<p style="color:#dad448">Text here</p>
This sample text font color is #dad448
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.
#dad448 Background Color
<div style="background-color:#dad448">
Div content here</div>
This div background color is #dad448
#dad448 Border Color
<div style="border:3px solid #dad448">
Div here</div>
This div border color is #dad448
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,212,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dad448; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dad448; -webkit-box-shadow: 1px 1px 3px 2px #dad448; box-shadow: 1px 1px 3px 2px #dad448; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,212,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dad448">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dad448; -webkit-box-shadow: 1px 1px 3px 2px #dad448; box-shadow: 1px 1px 3px 2px #dad448;">
Div content here</div>
This div box has shadow with color #dad448
Comments
No comments written yet.
Please login to write comment.