Color spaces of #defab1
RGB | 222 | 250 | 177 |
---|---|---|---|
HSL | 0.23 | 0.88 | 0.84 |
HSV | 83° | 29° | 98° |
CMYK | 0.11 | 0.00 | 0.29 0.02 |
XYZ | 72.2456 | 87.0751 | 54.5944 |
Yxy | 87.0751 | 0.3377 | 0.4071 |
Hunter Lab | 93.3140 | -25.1013 | 30.6316 |
CIE-Lab | 94.7701 | -21.1464 | 32.0944 |
#defab1 color RGB value is (222,250,177).
#defab1 hex color red value is 222, green value is 250 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #defab1 hue: 0.23 , saturation: 0.88 and the lightness value of defab1 is 0.84.
The process color (four color CMYK) of #defab1 color hex is 0.11, 0.00, 0.29, 0.02. Web safe color of #defab1 is #ccff99. Color #defab1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11111010 | 10110001 |
Octal | 336 | 372 | 261 |
Decimal | 222 | 250 | 177 |
Hex | DE | FA | B1 |
Shades of #defab1
Tints of #defab1
RGB Percentages of Color #defab1
CMYK Percentages of Color #defab1
Complementary Color
#defab1 | #cdb1fa |
#defab1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#defab1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#defab1 Color CSS Codes
.mybgcolor {background-color:#defab1; } .myforecolor {color:#defab1; } .mybordercolor {border:3px solid #defab1; }
#defab1 Text Font Color
<p style="color:#defab1">Text here</p>
This sample text font color is #defab1
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.
#defab1 Background Color
<div style="background-color:#defab1">
Div content here</div>
This div background color is #defab1
#defab1 Border Color
<div style="border:3px solid #defab1">
Div here</div>
This div border color is #defab1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,250,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #defab1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #defab1; -webkit-box-shadow: 1px 1px 3px 2px #defab1; box-shadow: 1px 1px 3px 2px #defab1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,250,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #defab1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #defab1; -webkit-box-shadow: 1px 1px 3px 2px #defab1; box-shadow: 1px 1px 3px 2px #defab1;">
Div content here</div>
This div box has shadow with color #defab1
Comments
No comments written yet.
Please login to write comment.