Color spaces of #abd8bf
RGB | 171 | 216 | 191 |
---|---|---|---|
HSL | 0.41 | 0.37 | 0.76 |
HSV | 147° | 21° | 85° |
CMYK | 0.21 | 0.00 | 0.12 0.15 |
XYZ | 50.7544 | 61.5312 | 58.4919 |
Yxy | 61.5312 | 0.2972 | 0.3603 |
Hunter Lab | 78.4418 | -21.7779 | 10.6984 |
CIE-Lab | 82.6635 | -19.6265 | 7.5264 |
#abd8bf color RGB value is (171,216,191).
#abd8bf hex color red value is 171, green value is 216 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abd8bf hue: 0.41 , saturation: 0.37 and the lightness value of abd8bf is 0.76.
The process color (four color CMYK) of #abd8bf color hex is 0.21, 0.00, 0.12, 0.15. Web safe color of #abd8bf is #99cccc. Color #abd8bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011000 | 10111111 |
Octal | 253 | 330 | 277 |
Decimal | 171 | 216 | 191 |
Hex | AB | D8 | BF |
Shades of #abd8bf
Tints of #abd8bf
RGB Percentages of Color #abd8bf
CMYK Percentages of Color #abd8bf
Complementary Color
#abd8bf | #d8abc4 |
#abd8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abd8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#abd8bf Color CSS Codes
.mybgcolor {background-color:#abd8bf; } .myforecolor {color:#abd8bf; } .mybordercolor {border:3px solid #abd8bf; }
#abd8bf Text Font Color
<p style="color:#abd8bf">Text here</p>
This sample text font color is #abd8bf
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.
#abd8bf Background Color
<div style="background-color:#abd8bf">
Div content here</div>
This div background color is #abd8bf
#abd8bf Border Color
<div style="border:3px solid #abd8bf">
Div here</div>
This div border color is #abd8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,216,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abd8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abd8bf; -webkit-box-shadow: 1px 1px 3px 2px #abd8bf; box-shadow: 1px 1px 3px 2px #abd8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,216,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abd8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abd8bf; -webkit-box-shadow: 1px 1px 3px 2px #abd8bf; box-shadow: 1px 1px 3px 2px #abd8bf;">
Div content here</div>
This div box has shadow with color #abd8bf
Comments
No comments written yet.
Please login to write comment.