Color spaces of #abe1dc
RGB | 171 | 225 | 220 |
---|---|---|---|
HSL | 0.48 | 0.47 | 0.78 |
HSV | 174° | 24° | 88° |
CMYK | 0.24 | 0.00 | 0.02 0.12 |
XYZ | 56.6381 | 67.6757 | 77.7877 |
Yxy | 67.6757 | 0.2802 | 0.3349 |
Hunter Lab | 82.2652 | -21.0702 | 1.5227 |
CIE-Lab | 85.8440 | -18.2303 | -3.1984 |
#abe1dc color RGB value is (171,225,220).
#abe1dc hex color red value is 171, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abe1dc hue: 0.48 , saturation: 0.47 and the lightness value of abe1dc is 0.78.
The process color (four color CMYK) of #abe1dc color hex is 0.24, 0.00, 0.02, 0.12. Web safe color of #abe1dc is #99cccc. Color #abe1dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11100001 | 11011100 |
Octal | 253 | 341 | 334 |
Decimal | 171 | 225 | 220 |
Hex | AB | E1 | DC |
Shades of #abe1dc
Tints of #abe1dc
RGB Percentages of Color #abe1dc
CMYK Percentages of Color #abe1dc
Complementary Color
#abe1dc | #e1abb0 |
#abe1dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abe1dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abe1dc Color CSS Codes
.mybgcolor {background-color:#abe1dc; } .myforecolor {color:#abe1dc; } .mybordercolor {border:3px solid #abe1dc; }
#abe1dc Text Font Color
<p style="color:#abe1dc">Text here</p>
This sample text font color is #abe1dc
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.
#abe1dc Background Color
<div style="background-color:#abe1dc">
Div content here</div>
This div background color is #abe1dc
#abe1dc Border Color
<div style="border:3px solid #abe1dc">
Div here</div>
This div border color is #abe1dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,225,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abe1dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abe1dc; -webkit-box-shadow: 1px 1px 3px 2px #abe1dc; box-shadow: 1px 1px 3px 2px #abe1dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,225,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abe1dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abe1dc; -webkit-box-shadow: 1px 1px 3px 2px #abe1dc; box-shadow: 1px 1px 3px 2px #abe1dc;">
Div content here</div>
This div box has shadow with color #abe1dc
Comments
No comments written yet.
Please login to write comment.