Color spaces of #defca7
RGB | 222 | 252 | 167 |
---|---|---|---|
HSL | 0.23 | 0.93 | 0.82 |
HSV | 81° | 34° | 99° |
CMYK | 0.12 | 0.00 | 0.34 0.01 |
XYZ | 71.9097 | 87.9404 | 49.7434 |
Yxy | 87.9404 | 0.3431 | 0.4196 |
Hunter Lab | 93.7765 | -27.2316 | 34.1934 |
CIE-Lab | 95.1358 | -23.4310 | 37.5777 |
#defca7 color RGB value is (222,252,167).
#defca7 hex color red value is 222, green value is 252 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #defca7 hue: 0.23 , saturation: 0.93 and the lightness value of defca7 is 0.82.
The process color (four color CMYK) of #defca7 color hex is 0.12, 0.00, 0.34, 0.01. Web safe color of #defca7 is #ccff99. Color #defca7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111100 | 10100111 |
Octal | 336 | 374 | 247 |
Decimal | 222 | 252 | 167 |
Hex | DE | FC | A7 |
Shades of #defca7
Tints of #defca7
RGB Percentages of Color #defca7
CMYK Percentages of Color #defca7
Complementary Color
#defca7 | #c5a7fc |
#defca7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defca7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#defca7 Color CSS Codes
.mybgcolor {background-color:#defca7; } .myforecolor {color:#defca7; } .mybordercolor {border:3px solid #defca7; }
#defca7 Text Font Color
<p style="color:#defca7">Text here</p>
This sample text font color is #defca7
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.
#defca7 Background Color
<div style="background-color:#defca7">
Div content here</div>
This div background color is #defca7
#defca7 Border Color
<div style="border:3px solid #defca7">
Div here</div>
This div border color is #defca7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,252,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defca7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defca7; -webkit-box-shadow: 1px 1px 3px 2px #defca7; box-shadow: 1px 1px 3px 2px #defca7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,252,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defca7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defca7; -webkit-box-shadow: 1px 1px 3px 2px #defca7; box-shadow: 1px 1px 3px 2px #defca7;">
Div content here</div>
This div box has shadow with color #defca7
Comments
No comments written yet.
Please login to write comment.