Color spaces of #dcecc8
RGB | 220 | 236 | 200 |
---|---|---|---|
HSL | 0.24 | 0.49 | 0.85 |
HSV | 87° | 15° | 93° |
CMYK | 0.07 | 0.00 | 0.15 0.07 |
XYZ | 69.9360 | 79.3767 | 66.2788 |
Yxy | 79.3767 | 0.3244 | 0.3682 |
Hunter Lab | 89.0936 | -15.7963 | 18.2583 |
CIE-Lab | 91.4045 | -11.5545 | 15.6807 |
#dcecc8 color RGB value is (220,236,200).
#dcecc8 hex color red value is 220, green value is 236 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dcecc8 hue: 0.24 , saturation: 0.49 and the lightness value of dcecc8 is 0.85.
The process color (four color CMYK) of #dcecc8 color hex is 0.07, 0.00, 0.15, 0.07. Web safe color of #dcecc8 is #ccffcc. Color #dcecc8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11101100 | 11001000 |
Octal | 334 | 354 | 310 |
Decimal | 220 | 236 | 200 |
Hex | DC | EC | C8 |
Shades of #dcecc8
Tints of #dcecc8
RGB Percentages of Color #dcecc8
CMYK Percentages of Color #dcecc8
Complementary Color
#dcecc8 | #d8c8ec |
#dcecc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcecc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcecc8 Color CSS Codes
.mybgcolor {background-color:#dcecc8; } .myforecolor {color:#dcecc8; } .mybordercolor {border:3px solid #dcecc8; }
#dcecc8 Text Font Color
<p style="color:#dcecc8">Text here</p>
This sample text font color is #dcecc8
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.
#dcecc8 Background Color
<div style="background-color:#dcecc8">
Div content here</div>
This div background color is #dcecc8
#dcecc8 Border Color
<div style="border:3px solid #dcecc8">
Div here</div>
This div border color is #dcecc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,236,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcecc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcecc8; -webkit-box-shadow: 1px 1px 3px 2px #dcecc8; box-shadow: 1px 1px 3px 2px #dcecc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,236,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcecc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcecc8; -webkit-box-shadow: 1px 1px 3px 2px #dcecc8; box-shadow: 1px 1px 3px 2px #dcecc8;">
Div content here</div>
This div box has shadow with color #dcecc8
#dcecc8 Color Palettes
Comments
No comments written yet.
Please login to write comment.