Color spaces of #dab280
RGB | 218 | 178 | 128 |
---|---|---|---|
HSL | 0.09 | 0.55 | 0.68 |
HSV | 33° | 41° | 85° |
CMYK | 0.00 | 0.18 | 0.41 0.15 |
XYZ | 48.7301 | 48.3047 | 27.1775 |
Yxy | 48.3047 | 0.3923 | 0.3889 |
Hunter Lab | 69.5016 | 3.5251 | 25.4667 |
CIE-Lab | 75.0167 | 7.8675 | 31.0000 |
#dab280 color RGB value is (218,178,128).
#dab280 hex color red value is 218, green value is 178 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dab280 hue: 0.09 , saturation: 0.55 and the lightness value of dab280 is 0.68.
The process color (four color CMYK) of #dab280 color hex is 0.00, 0.18, 0.41, 0.15. Web safe color of #dab280 is #cc9999. Color #dab280 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10110010 | 10000000 |
Octal | 332 | 262 | 200 |
Decimal | 218 | 178 | 128 |
Hex | DA | B2 | 80 |
Shades of #dab280
Tints of #dab280
RGB Percentages of Color #dab280
CMYK Percentages of Color #dab280
Complementary Color
#dab280 | #80a8da |
#dab280 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dab280 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dab280 Color CSS Codes
.mybgcolor {background-color:#dab280; } .myforecolor {color:#dab280; } .mybordercolor {border:3px solid #dab280; }
#dab280 Text Font Color
<p style="color:#dab280">Text here</p>
This sample text font color is #dab280
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.
#dab280 Background Color
<div style="background-color:#dab280">
Div content here</div>
This div background color is #dab280
#dab280 Border Color
<div style="border:3px solid #dab280">
Div here</div>
This div border color is #dab280
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,178,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dab280; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dab280; -webkit-box-shadow: 1px 1px 3px 2px #dab280; box-shadow: 1px 1px 3px 2px #dab280; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,178,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dab280">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dab280; -webkit-box-shadow: 1px 1px 3px 2px #dab280; box-shadow: 1px 1px 3px 2px #dab280;">
Div content here</div>
This div box has shadow with color #dab280
Comments
No comments written yet.
Please login to write comment.