Color spaces of #def1ab
RGB | 222 | 241 | 171 |
---|---|---|---|
HSL | 0.21 | 0.71 | 0.81 |
HSV | 76° | 29° | 95° |
CMYK | 0.08 | 0.00 | 0.29 0.05 |
XYZ | 68.9302 | 81.3805 | 50.6031 |
Yxy | 81.3805 | 0.3431 | 0.4051 |
Hunter Lab | 90.2111 | -21.4779 | 29.8896 |
CIE-Lab | 92.3007 | -17.5922 | 31.8073 |
#def1ab color RGB value is (222,241,171).
#def1ab hex color red value is 222, green value is 241 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #def1ab hue: 0.21 , saturation: 0.71 and the lightness value of def1ab is 0.81.
The process color (four color CMYK) of #def1ab color hex is 0.08, 0.00, 0.29, 0.05. Web safe color of #def1ab is #ccff99. Color #def1ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11110001 | 10101011 |
Octal | 336 | 361 | 253 |
Decimal | 222 | 241 | 171 |
Hex | DE | F1 | AB |
Shades of #def1ab
Tints of #def1ab
RGB Percentages of Color #def1ab
CMYK Percentages of Color #def1ab
Complementary Color
#def1ab | #beabf1 |
#def1ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#def1ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#def1ab Color CSS Codes
.mybgcolor {background-color:#def1ab; } .myforecolor {color:#def1ab; } .mybordercolor {border:3px solid #def1ab; }
#def1ab Text Font Color
<p style="color:#def1ab">Text here</p>
This sample text font color is #def1ab
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.
#def1ab Background Color
<div style="background-color:#def1ab">
Div content here</div>
This div background color is #def1ab
#def1ab Border Color
<div style="border:3px solid #def1ab">
Div here</div>
This div border color is #def1ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,241,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #def1ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #def1ab; -webkit-box-shadow: 1px 1px 3px 2px #def1ab; box-shadow: 1px 1px 3px 2px #def1ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,241,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #def1ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #def1ab; -webkit-box-shadow: 1px 1px 3px 2px #def1ab; box-shadow: 1px 1px 3px 2px #def1ab;">
Div content here</div>
This div box has shadow with color #def1ab
Comments
No comments written yet.
Please login to write comment.