Color spaces of #abf5dc
RGB | 171 | 245 | 220 |
---|---|---|---|
HSL | 0.44 | 0.79 | 0.82 |
HSV | 160° | 30° | 96° |
CMYK | 0.30 | 0.00 | 0.10 0.04 |
XYZ | 62.3653 | 79.1300 | 79.6968 |
Yxy | 79.1300 | 0.2820 | 0.3577 |
Hunter Lab | 88.9550 | -30.5271 | 9.1493 |
CIE-Lab | 91.2931 | -27.9884 | 4.7457 |
#abf5dc color RGB value is (171,245,220).
#abf5dc hex color red value is 171, green value is 245 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abf5dc hue: 0.44 , saturation: 0.79 and the lightness value of abf5dc is 0.82.
The process color (four color CMYK) of #abf5dc color hex is 0.30, 0.00, 0.10, 0.04. Web safe color of #abf5dc is #99ffcc. Color #abf5dc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11110101 | 11011100 |
Octal | 253 | 365 | 334 |
Decimal | 171 | 245 | 220 |
Hex | AB | F5 | DC |
Shades of #abf5dc
Tints of #abf5dc
RGB Percentages of Color #abf5dc
CMYK Percentages of Color #abf5dc
Complementary Color
#abf5dc | #f5abc4 |
#abf5dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf5dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf5dc Color CSS Codes
.mybgcolor {background-color:#abf5dc; } .myforecolor {color:#abf5dc; } .mybordercolor {border:3px solid #abf5dc; }
#abf5dc Text Font Color
<p style="color:#abf5dc">Text here</p>
This sample text font color is #abf5dc
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.
#abf5dc Background Color
<div style="background-color:#abf5dc">
Div content here</div>
This div background color is #abf5dc
#abf5dc Border Color
<div style="border:3px solid #abf5dc">
Div here</div>
This div border color is #abf5dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,245,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf5dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf5dc; -webkit-box-shadow: 1px 1px 3px 2px #abf5dc; box-shadow: 1px 1px 3px 2px #abf5dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,245,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 #abf5dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf5dc; -webkit-box-shadow: 1px 1px 3px 2px #abf5dc; box-shadow: 1px 1px 3px 2px #abf5dc;">
Div content here</div>
This div box has shadow with color #abf5dc
Comments
No comments written yet.
Please login to write comment.