Color spaces of #deffc3
RGB | 222 | 255 | 195 |
---|---|---|---|
HSL | 0.26 | 1.00 | 0.88 |
HSV | 93° | 24° | 100° |
CMYK | 0.13 | 0.00 | 0.24 0.00 |
XYZ | 75.7345 | 90.9897 | 65.2009 |
Yxy | 90.9897 | 0.3265 | 0.3923 |
Hunter Lab | 95.3885 | -25.2084 | 26.2455 |
CIE-Lab | 96.4058 | -20.9665 | 25.2276 |
#deffc3 color RGB value is (222,255,195).
#deffc3 hex color red value is 222, green value is 255 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #deffc3 hue: 0.26 , saturation: 1.00 and the lightness value of deffc3 is 0.88.
The process color (four color CMYK) of #deffc3 color hex is 0.13, 0.00, 0.24, 0.00. Web safe color of #deffc3 is #ccffcc. Color #deffc3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111111 | 11000011 |
Octal | 336 | 377 | 303 |
Decimal | 222 | 255 | 195 |
Hex | DE | FF | C3 |
Shades of #deffc3
Tints of #deffc3
RGB Percentages of Color #deffc3
CMYK Percentages of Color #deffc3
Complementary Color
#deffc3 | #e4c3ff |
#deffc3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deffc3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#deffc3 Color CSS Codes
.mybgcolor {background-color:#deffc3; } .myforecolor {color:#deffc3; } .mybordercolor {border:3px solid #deffc3; }
#deffc3 Text Font Color
<p style="color:#deffc3">Text here</p>
This sample text font color is #deffc3
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.
#deffc3 Background Color
<div style="background-color:#deffc3">
Div content here</div>
This div background color is #deffc3
#deffc3 Border Color
<div style="border:3px solid #deffc3">
Div here</div>
This div border color is #deffc3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,255,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deffc3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deffc3; -webkit-box-shadow: 1px 1px 3px 2px #deffc3; box-shadow: 1px 1px 3px 2px #deffc3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,255,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deffc3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deffc3; -webkit-box-shadow: 1px 1px 3px 2px #deffc3; box-shadow: 1px 1px 3px 2px #deffc3;">
Div content here</div>
This div box has shadow with color #deffc3
Comments
No comments written yet.
Please login to write comment.