Color spaces of #dae89b
RGB | 218 | 232 | 155 |
---|---|---|---|
HSL | 0.20 | 0.63 | 0.76 |
HSV | 71° | 33° | 91° |
CMYK | 0.06 | 0.00 | 0.33 0.09 |
XYZ | 63.6864 | 74.9852 | 42.1273 |
Yxy | 74.9852 | 0.3522 | 0.4147 |
Hunter Lab | 86.5940 | -20.2599 | 31.7717 |
CIE-Lab | 89.3861 | -16.7220 | 35.9649 |
#dae89b color RGB value is (218,232,155).
#dae89b hex color red value is 218, green value is 232 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dae89b hue: 0.20 , saturation: 0.63 and the lightness value of dae89b is 0.76.
The process color (four color CMYK) of #dae89b color hex is 0.06, 0.00, 0.33, 0.09. Web safe color of #dae89b is #ccff99. Color #dae89b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 11101000 | 10011011 |
Octal | 332 | 350 | 233 |
Decimal | 218 | 232 | 155 |
Hex | DA | E8 | 9B |
Shades of #dae89b
Tints of #dae89b
RGB Percentages of Color #dae89b
CMYK Percentages of Color #dae89b
Complementary Color
#dae89b | #a99be8 |
#dae89b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dae89b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dae89b Color CSS Codes
.mybgcolor {background-color:#dae89b; } .myforecolor {color:#dae89b; } .mybordercolor {border:3px solid #dae89b; }
#dae89b Text Font Color
<p style="color:#dae89b">Text here</p>
This sample text font color is #dae89b
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.
#dae89b Background Color
<div style="background-color:#dae89b">
Div content here</div>
This div background color is #dae89b
#dae89b Border Color
<div style="border:3px solid #dae89b">
Div here</div>
This div border color is #dae89b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,232,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dae89b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dae89b; -webkit-box-shadow: 1px 1px 3px 2px #dae89b; box-shadow: 1px 1px 3px 2px #dae89b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,232,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dae89b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dae89b; -webkit-box-shadow: 1px 1px 3px 2px #dae89b; box-shadow: 1px 1px 3px 2px #dae89b;">
Div content here</div>
This div box has shadow with color #dae89b
Comments
No comments written yet.
Please login to write comment.