Color spaces of #dabe71
RGB | 218 | 190 | 113 |
---|---|---|---|
HSL | 0.12 | 0.59 | 0.65 |
HSV | 44° | 48° | 85° |
CMYK | 0.00 | 0.13 | 0.48 0.15 |
XYZ | 50.3075 | 52.9246 | 23.1868 |
Yxy | 52.9246 | 0.3979 | 0.4186 |
Hunter Lab | 72.7493 | -3.8752 | 32.0275 |
CIE-Lab | 77.8305 | 0.0114 | 42.3439 |
#dabe71 color RGB value is (218,190,113).
#dabe71 hex color red value is 218, green value is 190 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dabe71 hue: 0.12 , saturation: 0.59 and the lightness value of dabe71 is 0.65.
The process color (four color CMYK) of #dabe71 color hex is 0.00, 0.13, 0.48, 0.15. Web safe color of #dabe71 is #cccc66. Color #dabe71 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10111110 | 01110001 |
Octal | 332 | 276 | 161 |
Decimal | 218 | 190 | 113 |
Hex | DA | BE | 71 |
Shades of #dabe71
Tints of #dabe71
RGB Percentages of Color #dabe71
CMYK Percentages of Color #dabe71
Complementary Color
#dabe71 | #718dda |
#dabe71 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dabe71 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dabe71 Color CSS Codes
.mybgcolor {background-color:#dabe71; } .myforecolor {color:#dabe71; } .mybordercolor {border:3px solid #dabe71; }
#dabe71 Text Font Color
<p style="color:#dabe71">Text here</p>
This sample text font color is #dabe71
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.
#dabe71 Background Color
<div style="background-color:#dabe71">
Div content here</div>
This div background color is #dabe71
#dabe71 Border Color
<div style="border:3px solid #dabe71">
Div here</div>
This div border color is #dabe71
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,190,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dabe71; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dabe71; -webkit-box-shadow: 1px 1px 3px 2px #dabe71; box-shadow: 1px 1px 3px 2px #dabe71; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,190,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dabe71">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dabe71; -webkit-box-shadow: 1px 1px 3px 2px #dabe71; box-shadow: 1px 1px 3px 2px #dabe71;">
Div content here</div>
This div box has shadow with color #dabe71
Comments
No comments written yet.
Please login to write comment.