Color spaces of #dcce89
RGB | 220 | 206 | 137 |
---|---|---|---|
HSL | 0.14 | 0.54 | 0.70 |
HSV | 50° | 38° | 86° |
CMYK | 0.00 | 0.06 | 0.38 0.14 |
XYZ | 56.1019 | 61.1644 | 32.5159 |
Yxy | 61.1644 | 0.3746 | 0.4084 |
Hunter Lab | 78.2077 | -8.8173 | 30.0947 |
CIE-Lab | 82.4670 | -5.0063 | 36.0881 |
#dcce89 color RGB value is (220,206,137).
#dcce89 hex color red value is 220, green value is 206 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dcce89 hue: 0.14 , saturation: 0.54 and the lightness value of dcce89 is 0.70.
The process color (four color CMYK) of #dcce89 color hex is 0.00, 0.06, 0.38, 0.14. Web safe color of #dcce89 is #cccc99. Color #dcce89 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 10001001 |
Octal | 334 | 316 | 211 |
Decimal | 220 | 206 | 137 |
Hex | DC | CE | 89 |
Shades of #dcce89
Tints of #dcce89
RGB Percentages of Color #dcce89
CMYK Percentages of Color #dcce89
Complementary Color
#dcce89 | #8997dc |
#dcce89 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcce89 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcce89 Color CSS Codes
.mybgcolor {background-color:#dcce89; } .myforecolor {color:#dcce89; } .mybordercolor {border:3px solid #dcce89; }
#dcce89 Text Font Color
<p style="color:#dcce89">Text here</p>
This sample text font color is #dcce89
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.
#dcce89 Background Color
<div style="background-color:#dcce89">
Div content here</div>
This div background color is #dcce89
#dcce89 Border Color
<div style="border:3px solid #dcce89">
Div here</div>
This div border color is #dcce89
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcce89; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcce89; -webkit-box-shadow: 1px 1px 3px 2px #dcce89; box-shadow: 1px 1px 3px 2px #dcce89; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcce89">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcce89; -webkit-box-shadow: 1px 1px 3px 2px #dcce89; box-shadow: 1px 1px 3px 2px #dcce89;">
Div content here</div>
This div box has shadow with color #dcce89
Comments
No comments written yet.
Please login to write comment.