Color spaces of #abded6
RGB | 171 | 222 | 214 |
---|---|---|---|
HSL | 0.47 | 0.44 | 0.77 |
HSV | 171° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.04 0.13 |
XYZ | 55.0535 | 65.7555 | 73.4088 |
Yxy | 65.7555 | 0.2835 | 0.3386 |
Hunter Lab | 81.0898 | -20.7198 | 3.0889 |
CIE-Lab | 84.8715 | -17.9997 | -1.4552 |
#abded6 color RGB value is (171,222,214).
#abded6 hex color red value is 171, green value is 222 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #abded6 hue: 0.47 , saturation: 0.44 and the lightness value of abded6 is 0.77.
The process color (four color CMYK) of #abded6 color hex is 0.23, 0.00, 0.04, 0.13. Web safe color of #abded6 is #99cccc. Color #abded6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011110 | 11010110 |
Octal | 253 | 336 | 326 |
Decimal | 171 | 222 | 214 |
Hex | AB | DE | D6 |
Shades of #abded6
Tints of #abded6
RGB Percentages of Color #abded6
CMYK Percentages of Color #abded6
Complementary Color
#abded6 | #deabb3 |
#abded6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abded6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abded6 Color CSS Codes
.mybgcolor {background-color:#abded6; } .myforecolor {color:#abded6; } .mybordercolor {border:3px solid #abded6; }
#abded6 Text Font Color
<p style="color:#abded6">Text here</p>
This sample text font color is #abded6
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.
#abded6 Background Color
<div style="background-color:#abded6">
Div content here</div>
This div background color is #abded6
#abded6 Border Color
<div style="border:3px solid #abded6">
Div here</div>
This div border color is #abded6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,222,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abded6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abded6; -webkit-box-shadow: 1px 1px 3px 2px #abded6; box-shadow: 1px 1px 3px 2px #abded6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,222,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abded6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abded6; -webkit-box-shadow: 1px 1px 3px 2px #abded6; box-shadow: 1px 1px 3px 2px #abded6;">
Div content here</div>
This div box has shadow with color #abded6
#abded6 Color Palettes
Comments
No comments written yet.
Please login to write comment.