Color spaces of #dcf4dc
RGB | 220 | 244 | 220 |
---|---|---|---|
HSL | 0.33 | 0.52 | 0.91 |
HSV | 120° | 10° | 96° |
CMYK | 0.10 | 0.00 | 0.10 0.04 |
XYZ | 74.7842 | 85.0843 | 80.1915 |
Yxy | 85.0843 | 0.3115 | 0.3544 |
Hunter Lab | 92.2412 | -16.7037 | 13.0240 |
CIE-Lab | 93.9194 | -12.1963 | 8.9017 |
#dcf4dc color RGB value is (220,244,220).
#dcf4dc hex color red value is 220, green value is 244 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcf4dc hue: 0.33 , saturation: 0.52 and the lightness value of dcf4dc is 0.91.
The process color (four color CMYK) of #dcf4dc color hex is 0.10, 0.00, 0.10, 0.04. Web safe color of #dcf4dc is #ccffcc. Color #dcf4dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110100 | 11011100 |
Octal | 334 | 364 | 334 |
Decimal | 220 | 244 | 220 |
Hex | DC | F4 | DC |
Shades of #dcf4dc
Tints of #dcf4dc
RGB Percentages of Color #dcf4dc
CMYK Percentages of Color #dcf4dc
Complementary Color
#dcf4dc | #f4dcf4 |
#dcf4dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf4dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf4dc Color CSS Codes
.mybgcolor {background-color:#dcf4dc; } .myforecolor {color:#dcf4dc; } .mybordercolor {border:3px solid #dcf4dc; }
#dcf4dc Text Font Color
<p style="color:#dcf4dc">Text here</p>
This sample text font color is #dcf4dc
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.
#dcf4dc Background Color
<div style="background-color:#dcf4dc">
Div content here</div>
This div background color is #dcf4dc
#dcf4dc Border Color
<div style="border:3px solid #dcf4dc">
Div here</div>
This div border color is #dcf4dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,244,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf4dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf4dc; -webkit-box-shadow: 1px 1px 3px 2px #dcf4dc; box-shadow: 1px 1px 3px 2px #dcf4dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,244,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf4dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf4dc; -webkit-box-shadow: 1px 1px 3px 2px #dcf4dc; box-shadow: 1px 1px 3px 2px #dcf4dc;">
Div content here</div>
This div box has shadow with color #dcf4dc
Comments
No comments written yet.
Please login to write comment.