Color spaces of #dbea65
RGB | 219 | 234 | 101 |
---|---|---|---|
HSL | 0.19 | 0.76 | 0.66 |
HSV | 67° | 57° | 92° |
CMYK | 0.06 | 0.00 | 0.57 0.08 |
XYZ | 60.9852 | 74.8453 | 23.5442 |
Yxy | 74.8453 | 0.3827 | 0.4696 |
Hunter Lab | 86.5132 | -25.5692 | 44.4237 |
CIE-Lab | 89.3205 | -22.7147 | 61.5437 |
#dbea65 color RGB value is (219,234,101).
#dbea65 hex color red value is 219, green value is 234 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dbea65 hue: 0.19 , saturation: 0.76 and the lightness value of dbea65 is 0.66.
The process color (four color CMYK) of #dbea65 color hex is 0.06, 0.00, 0.57, 0.08. Web safe color of #dbea65 is #ccff66. Color #dbea65 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101010 | 01100101 |
Octal | 333 | 352 | 145 |
Decimal | 219 | 234 | 101 |
Hex | DB | EA | 65 |
Shades of #dbea65
Tints of #dbea65
RGB Percentages of Color #dbea65
CMYK Percentages of Color #dbea65
Complementary Color
#dbea65 | #7465ea |
#dbea65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbea65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbea65 Color CSS Codes
.mybgcolor {background-color:#dbea65; } .myforecolor {color:#dbea65; } .mybordercolor {border:3px solid #dbea65; }
#dbea65 Text Font Color
<p style="color:#dbea65">Text here</p>
This sample text font color is #dbea65
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.
#dbea65 Background Color
<div style="background-color:#dbea65">
Div content here</div>
This div background color is #dbea65
#dbea65 Border Color
<div style="border:3px solid #dbea65">
Div here</div>
This div border color is #dbea65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,234,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbea65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbea65; -webkit-box-shadow: 1px 1px 3px 2px #dbea65; box-shadow: 1px 1px 3px 2px #dbea65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,234,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbea65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbea65; -webkit-box-shadow: 1px 1px 3px 2px #dbea65; box-shadow: 1px 1px 3px 2px #dbea65;">
Div content here</div>
This div box has shadow with color #dbea65
Comments
No comments written yet.
Please login to write comment.