Color spaces of #dec3bb
RGB | 222 | 195 | 187 |
---|---|---|---|
HSL | 0.04 | 0.35 | 0.80 |
HSV | 14° | 16° | 87° |
CMYK | 0.00 | 0.12 | 0.16 0.13 |
XYZ | 58.6089 | 58.1477 | 55.1483 |
Yxy | 58.1477 | 0.3409 | 0.3383 |
Hunter Lab | 76.2546 | 3.7485 | 10.4990 |
CIE-Lab | 80.8208 | 8.2460 | 7.5084 |
#dec3bb color RGB value is (222,195,187).
#dec3bb hex color red value is 222, green value is 195 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dec3bb hue: 0.04 , saturation: 0.35 and the lightness value of dec3bb is 0.80.
The process color (four color CMYK) of #dec3bb color hex is 0.00, 0.12, 0.16, 0.13. Web safe color of #dec3bb is #cccccc. Color #dec3bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000011 | 10111011 |
Octal | 336 | 303 | 273 |
Decimal | 222 | 195 | 187 |
Hex | DE | C3 | BB |
Shades of #dec3bb
Tints of #dec3bb
RGB Percentages of Color #dec3bb
CMYK Percentages of Color #dec3bb
Complementary Color
#dec3bb | #bbd6de |
#dec3bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec3bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec3bb Color CSS Codes
.mybgcolor {background-color:#dec3bb; } .myforecolor {color:#dec3bb; } .mybordercolor {border:3px solid #dec3bb; }
#dec3bb Text Font Color
<p style="color:#dec3bb">Text here</p>
This sample text font color is #dec3bb
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.
#dec3bb Background Color
<div style="background-color:#dec3bb">
Div content here</div>
This div background color is #dec3bb
#dec3bb Border Color
<div style="border:3px solid #dec3bb">
Div here</div>
This div border color is #dec3bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,195,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec3bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec3bb; -webkit-box-shadow: 1px 1px 3px 2px #dec3bb; box-shadow: 1px 1px 3px 2px #dec3bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,195,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 #dec3bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec3bb; -webkit-box-shadow: 1px 1px 3px 2px #dec3bb; box-shadow: 1px 1px 3px 2px #dec3bb;">
Div content here</div>
This div box has shadow with color #dec3bb
Comments
No comments written yet.
Please login to write comment.