Color spaces of #abdfde
RGB | 171 | 223 | 222 |
---|---|---|---|
HSL | 0.50 | 0.45 | 0.77 |
HSV | 179° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.00 0.13 |
XYZ | 56.3671 | 66.7072 | 79.0122 |
Yxy | 66.7072 | 0.2789 | 0.3301 |
Hunter Lab | 81.6745 | -19.7397 | -0.1852 |
CIE-Lab | 85.3559 | -16.7983 | -4.9733 |
#abdfde color RGB value is (171,223,222).
#abdfde hex color red value is 171, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #abdfde hue: 0.50 , saturation: 0.45 and the lightness value of abdfde is 0.77.
The process color (four color CMYK) of #abdfde color hex is 0.23, 0.00, 0.00, 0.13. Web safe color of #abdfde is #99cccc. Color #abdfde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011111 | 11011110 |
Octal | 253 | 337 | 336 |
Decimal | 171 | 223 | 222 |
Hex | AB | DF | DE |
Shades of #abdfde
Tints of #abdfde
RGB Percentages of Color #abdfde
CMYK Percentages of Color #abdfde
Complementary Color
#abdfde | #dfabac |
#abdfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdfde Color CSS Codes
.mybgcolor {background-color:#abdfde; } .myforecolor {color:#abdfde; } .mybordercolor {border:3px solid #abdfde; }
#abdfde Text Font Color
<p style="color:#abdfde">Text here</p>
This sample text font color is #abdfde
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.
#abdfde Background Color
<div style="background-color:#abdfde">
Div content here</div>
This div background color is #abdfde
#abdfde Border Color
<div style="border:3px solid #abdfde">
Div here</div>
This div border color is #abdfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,223,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdfde; -webkit-box-shadow: 1px 1px 3px 2px #abdfde; box-shadow: 1px 1px 3px 2px #abdfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,223,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdfde; -webkit-box-shadow: 1px 1px 3px 2px #abdfde; box-shadow: 1px 1px 3px 2px #abdfde;">
Div content here</div>
This div box has shadow with color #abdfde
Comments
No comments written yet.
Please login to write comment.