Color spaces of #dbe481
RGB | 219 | 228 | 129 |
---|---|---|---|
HSL | 0.18 | 0.65 | 0.70 |
HSV | 65° | 43° | 89° |
CMYK | 0.04 | 0.00 | 0.43 0.11 |
XYZ | 60.9193 | 72.1319 | 31.4809 |
Yxy | 72.1319 | 0.3703 | 0.4384 |
Hunter Lab | 84.9305 | -20.5932 | 37.4745 |
CIE-Lab | 88.0320 | -17.3165 | 47.1166 |
#dbe481 color RGB value is (219,228,129).
#dbe481 hex color red value is 219, green value is 228 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dbe481 hue: 0.18 , saturation: 0.65 and the lightness value of dbe481 is 0.70.
The process color (four color CMYK) of #dbe481 color hex is 0.04, 0.00, 0.43, 0.11. Web safe color of #dbe481 is #cccc99. Color #dbe481 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11100100 | 10000001 |
Octal | 333 | 344 | 201 |
Decimal | 219 | 228 | 129 |
Hex | DB | E4 | 81 |
Shades of #dbe481
Tints of #dbe481
RGB Percentages of Color #dbe481
CMYK Percentages of Color #dbe481
Complementary Color
#dbe481 | #8a81e4 |
#dbe481 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbe481 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbe481 Color CSS Codes
.mybgcolor {background-color:#dbe481; } .myforecolor {color:#dbe481; } .mybordercolor {border:3px solid #dbe481; }
#dbe481 Text Font Color
<p style="color:#dbe481">Text here</p>
This sample text font color is #dbe481
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.
#dbe481 Background Color
<div style="background-color:#dbe481">
Div content here</div>
This div background color is #dbe481
#dbe481 Border Color
<div style="border:3px solid #dbe481">
Div here</div>
This div border color is #dbe481
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,228,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbe481; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbe481; -webkit-box-shadow: 1px 1px 3px 2px #dbe481; box-shadow: 1px 1px 3px 2px #dbe481; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,228,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbe481">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbe481; -webkit-box-shadow: 1px 1px 3px 2px #dbe481; box-shadow: 1px 1px 3px 2px #dbe481;">
Div content here</div>
This div box has shadow with color #dbe481
Comments
No comments written yet.
Please login to write comment.