Color spaces of #dcf2cb
RGB | 220 | 242 | 203 |
---|---|---|---|
HSL | 0.26 | 0.60 | 0.87 |
HSV | 94° | 16° | 95° |
CMYK | 0.09 | 0.00 | 0.16 0.05 |
XYZ | 72.0468 | 83.0317 | 68.7294 |
Yxy | 83.0317 | 0.3219 | 0.3710 |
Hunter Lab | 91.1217 | -18.3293 | 19.0652 |
CIE-Lab | 93.0283 | -14.0575 | 16.4166 |
#dcf2cb color RGB value is (220,242,203).
#dcf2cb hex color red value is 220, green value is 242 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcf2cb hue: 0.26 , saturation: 0.60 and the lightness value of dcf2cb is 0.87.
The process color (four color CMYK) of #dcf2cb color hex is 0.09, 0.00, 0.16, 0.05. Web safe color of #dcf2cb is #ccffcc. Color #dcf2cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110010 | 11001011 |
Octal | 334 | 362 | 313 |
Decimal | 220 | 242 | 203 |
Hex | DC | F2 | CB |
Shades of #dcf2cb
Tints of #dcf2cb
RGB Percentages of Color #dcf2cb
CMYK Percentages of Color #dcf2cb
Complementary Color
#dcf2cb | #e1cbf2 |
#dcf2cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf2cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf2cb Color CSS Codes
.mybgcolor {background-color:#dcf2cb; } .myforecolor {color:#dcf2cb; } .mybordercolor {border:3px solid #dcf2cb; }
#dcf2cb Text Font Color
<p style="color:#dcf2cb">Text here</p>
This sample text font color is #dcf2cb
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.
#dcf2cb Background Color
<div style="background-color:#dcf2cb">
Div content here</div>
This div background color is #dcf2cb
#dcf2cb Border Color
<div style="border:3px solid #dcf2cb">
Div here</div>
This div border color is #dcf2cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,242,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf2cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf2cb; -webkit-box-shadow: 1px 1px 3px 2px #dcf2cb; box-shadow: 1px 1px 3px 2px #dcf2cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,242,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf2cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf2cb; -webkit-box-shadow: 1px 1px 3px 2px #dcf2cb; box-shadow: 1px 1px 3px 2px #dcf2cb;">
Div content here</div>
This div box has shadow with color #dcf2cb
Comments
No comments written yet.
Please login to write comment.