Color spaces of #abf9cd
RGB | 171 | 249 | 205 |
---|---|---|---|
HSL | 0.41 | 0.87 | 0.82 |
HSV | 146° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.18 0.02 |
XYZ | 61.6897 | 80.8171 | 70.1055 |
Yxy | 80.8171 | 0.2902 | 0.3801 |
Hunter Lab | 89.8983 | -34.8325 | 16.6927 |
CIE-Lab | 92.0502 | -32.8267 | 13.5929 |
#abf9cd color RGB value is (171,249,205).
#abf9cd hex color red value is 171, green value is 249 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abf9cd hue: 0.41 , saturation: 0.87 and the lightness value of abf9cd is 0.82.
The process color (four color CMYK) of #abf9cd color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #abf9cd is #99ffcc. Color #abf9cd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11111001 | 11001101 |
Octal | 253 | 371 | 315 |
Decimal | 171 | 249 | 205 |
Hex | AB | F9 | CD |
Shades of #abf9cd
Tints of #abf9cd
RGB Percentages of Color #abf9cd
CMYK Percentages of Color #abf9cd
Complementary Color
#abf9cd | #f9abd7 |
#abf9cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abf9cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#abf9cd Color CSS Codes
.mybgcolor {background-color:#abf9cd; } .myforecolor {color:#abf9cd; } .mybordercolor {border:3px solid #abf9cd; }
#abf9cd Text Font Color
<p style="color:#abf9cd">Text here</p>
This sample text font color is #abf9cd
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.
#abf9cd Background Color
<div style="background-color:#abf9cd">
Div content here</div>
This div background color is #abf9cd
#abf9cd Border Color
<div style="border:3px solid #abf9cd">
Div here</div>
This div border color is #abf9cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,249,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abf9cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abf9cd; -webkit-box-shadow: 1px 1px 3px 2px #abf9cd; box-shadow: 1px 1px 3px 2px #abf9cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,249,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abf9cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abf9cd; -webkit-box-shadow: 1px 1px 3px 2px #abf9cd; box-shadow: 1px 1px 3px 2px #abf9cd;">
Div content here</div>
This div box has shadow with color #abf9cd
Comments
No comments written yet.
Please login to write comment.