Color spaces of #defdae
RGB | 222 | 253 | 174 |
---|---|---|---|
HSL | 0.23 | 0.95 | 0.84 |
HSV | 84° | 31° | 99° |
CMYK | 0.12 | 0.00 | 0.31 0.01 |
XYZ | 72.8895 | 88.8361 | 53.3498 |
Yxy | 88.8361 | 0.3389 | 0.4130 |
Hunter Lab | 94.2529 | -26.9015 | 32.4172 |
CIE-Lab | 95.5119 | -22.9920 | 34.5900 |
#defdae color RGB value is (222,253,174).
#defdae hex color red value is 222, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #defdae hue: 0.23 , saturation: 0.95 and the lightness value of defdae is 0.84.
The process color (four color CMYK) of #defdae color hex is 0.12, 0.00, 0.31, 0.01. Web safe color of #defdae is #ccff99. Color #defdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111101 | 10101110 |
Octal | 336 | 375 | 256 |
Decimal | 222 | 253 | 174 |
Hex | DE | FD | AE |
Shades of #defdae
Tints of #defdae
RGB Percentages of Color #defdae
CMYK Percentages of Color #defdae
Complementary Color
#defdae | #cdaefd |
#defdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#defdae Color CSS Codes
.mybgcolor {background-color:#defdae; } .myforecolor {color:#defdae; } .mybordercolor {border:3px solid #defdae; }
#defdae Text Font Color
<p style="color:#defdae">Text here</p>
This sample text font color is #defdae
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.
#defdae Background Color
<div style="background-color:#defdae">
Div content here</div>
This div background color is #defdae
#defdae Border Color
<div style="border:3px solid #defdae">
Div here</div>
This div border color is #defdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,253,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defdae; -webkit-box-shadow: 1px 1px 3px 2px #defdae; box-shadow: 1px 1px 3px 2px #defdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,253,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defdae; -webkit-box-shadow: 1px 1px 3px 2px #defdae; box-shadow: 1px 1px 3px 2px #defdae;">
Div content here</div>
This div box has shadow with color #defdae
Comments
No comments written yet.
Please login to write comment.