Color spaces of #dceabb
RGB | 220 | 234 | 187 |
---|---|---|---|
HSL | 0.22 | 0.53 | 0.83 |
HSV | 78° | 20° | 92° |
CMYK | 0.06 | 0.00 | 0.20 0.08 |
XYZ | 67.9077 | 77.6491 | 58.4224 |
Yxy | 77.6491 | 0.3329 | 0.3807 |
Hunter Lab | 88.1187 | -16.6488 | 22.3741 |
CIE-Lab | 90.6195 | -12.5779 | 21.3082 |
#dceabb color RGB value is (220,234,187).
#dceabb hex color red value is 220, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dceabb hue: 0.22 , saturation: 0.53 and the lightness value of dceabb is 0.83.
The process color (four color CMYK) of #dceabb color hex is 0.06, 0.00, 0.20, 0.08. Web safe color of #dceabb is #ccffcc. Color #dceabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101010 | 10111011 |
Octal | 334 | 352 | 273 |
Decimal | 220 | 234 | 187 |
Hex | DC | EA | BB |
Shades of #dceabb
Tints of #dceabb
RGB Percentages of Color #dceabb
CMYK Percentages of Color #dceabb
Complementary Color
#dceabb | #c9bbea |
#dceabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dceabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dceabb Color CSS Codes
.mybgcolor {background-color:#dceabb; } .myforecolor {color:#dceabb; } .mybordercolor {border:3px solid #dceabb; }
#dceabb Text Font Color
<p style="color:#dceabb">Text here</p>
This sample text font color is #dceabb
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.
#dceabb Background Color
<div style="background-color:#dceabb">
Div content here</div>
This div background color is #dceabb
#dceabb Border Color
<div style="border:3px solid #dceabb">
Div here</div>
This div border color is #dceabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,234,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dceabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dceabb; -webkit-box-shadow: 1px 1px 3px 2px #dceabb; box-shadow: 1px 1px 3px 2px #dceabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,234,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dceabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dceabb; -webkit-box-shadow: 1px 1px 3px 2px #dceabb; box-shadow: 1px 1px 3px 2px #dceabb;">
Div content here</div>
This div box has shadow with color #dceabb
Comments
No comments written yet.
Please login to write comment.