Color spaces of #ded187
RGB | 222 | 209 | 135 |
---|---|---|---|
HSL | 0.14 | 0.57 | 0.70 |
HSV | 51° | 39° | 87° |
CMYK | 0.00 | 0.06 | 0.39 0.13 |
XYZ | 57.2978 | 62.8798 | 32.0388 |
Yxy | 62.8798 | 0.3764 | 0.4131 |
Hunter Lab | 79.2968 | -9.7899 | 31.5524 |
CIE-Lab | 83.3791 | -5.9783 | 38.3176 |
#ded187 color RGB value is (222,209,135).
#ded187 hex color red value is 222, green value is 209 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ded187 hue: 0.14 , saturation: 0.57 and the lightness value of ded187 is 0.70.
The process color (four color CMYK) of #ded187 color hex is 0.00, 0.06, 0.39, 0.13. Web safe color of #ded187 is #cccc99. Color #ded187 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010001 | 10000111 |
Octal | 336 | 321 | 207 |
Decimal | 222 | 209 | 135 |
Hex | DE | D1 | 87 |
Shades of #ded187
Tints of #ded187
RGB Percentages of Color #ded187
CMYK Percentages of Color #ded187
Complementary Color
#ded187 | #8794de |
#ded187 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded187 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded187 Color CSS Codes
.mybgcolor {background-color:#ded187; } .myforecolor {color:#ded187; } .mybordercolor {border:3px solid #ded187; }
#ded187 Text Font Color
<p style="color:#ded187">Text here</p>
This sample text font color is #ded187
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.
#ded187 Background Color
<div style="background-color:#ded187">
Div content here</div>
This div background color is #ded187
#ded187 Border Color
<div style="border:3px solid #ded187">
Div here</div>
This div border color is #ded187
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,209,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded187; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded187; -webkit-box-shadow: 1px 1px 3px 2px #ded187; box-shadow: 1px 1px 3px 2px #ded187; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,209,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded187">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded187; -webkit-box-shadow: 1px 1px 3px 2px #ded187; box-shadow: 1px 1px 3px 2px #ded187;">
Div content here</div>
This div box has shadow with color #ded187
Comments
No comments written yet.
Please login to write comment.