Color spaces of #dceb97
RGB | 220 | 235 | 151 |
---|---|---|---|
HSL | 0.20 | 0.68 | 0.76 |
HSV | 71° | 36° | 92° |
CMYK | 0.06 | 0.00 | 0.36 0.08 |
XYZ | 64.8094 | 76.8667 | 40.6991 |
Yxy | 76.8667 | 0.3554 | 0.4215 |
Hunter Lab | 87.6737 | -21.4796 | 33.8485 |
CIE-Lab | 90.2602 | -17.9332 | 39.1379 |
#dceb97 color RGB value is (220,235,151).
#dceb97 hex color red value is 220, green value is 235 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dceb97 hue: 0.20 , saturation: 0.68 and the lightness value of dceb97 is 0.76.
The process color (four color CMYK) of #dceb97 color hex is 0.06, 0.00, 0.36, 0.08. Web safe color of #dceb97 is #ccff99. Color #dceb97 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101011 | 10010111 |
Octal | 334 | 353 | 227 |
Decimal | 220 | 235 | 151 |
Hex | DC | EB | 97 |
Shades of #dceb97
Tints of #dceb97
RGB Percentages of Color #dceb97
CMYK Percentages of Color #dceb97
Complementary Color
#dceb97 | #a697eb |
#dceb97 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceb97 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceb97 Color CSS Codes
.mybgcolor {background-color:#dceb97; } .myforecolor {color:#dceb97; } .mybordercolor {border:3px solid #dceb97; }
#dceb97 Text Font Color
<p style="color:#dceb97">Text here</p>
This sample text font color is #dceb97
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.
#dceb97 Background Color
<div style="background-color:#dceb97">
Div content here</div>
This div background color is #dceb97
#dceb97 Border Color
<div style="border:3px solid #dceb97">
Div here</div>
This div border color is #dceb97
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,235,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceb97; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceb97; -webkit-box-shadow: 1px 1px 3px 2px #dceb97; box-shadow: 1px 1px 3px 2px #dceb97; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,235,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dceb97">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceb97; -webkit-box-shadow: 1px 1px 3px 2px #dceb97; box-shadow: 1px 1px 3px 2px #dceb97;">
Div content here</div>
This div box has shadow with color #dceb97
Comments
No comments written yet.
Please login to write comment.