Color spaces of #abdeb1
RGB | 171 | 222 | 177 |
---|---|---|---|
HSL | 0.35 | 0.44 | 0.77 |
HSV | 127° | 23° | 87° |
CMYK | 0.23 | 0.00 | 0.20 0.13 |
XYZ | 50.8517 | 64.0748 | 51.2825 |
Yxy | 64.0748 | 0.3060 | 0.3855 |
Hunter Lab | 80.0467 | -26.6852 | 18.0482 |
CIE-Lab | 84.0047 | -25.1485 | 16.8135 |
#abdeb1 color RGB value is (171,222,177).
#abdeb1 hex color red value is 171, green value is 222 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #abdeb1 hue: 0.35 , saturation: 0.44 and the lightness value of abdeb1 is 0.77.
The process color (four color CMYK) of #abdeb1 color hex is 0.23, 0.00, 0.20, 0.13. Web safe color of #abdeb1 is #99cc99. Color #abdeb1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011110 | 10110001 |
Octal | 253 | 336 | 261 |
Decimal | 171 | 222 | 177 |
Hex | AB | DE | B1 |
Shades of #abdeb1
Tints of #abdeb1
RGB Percentages of Color #abdeb1
CMYK Percentages of Color #abdeb1
Complementary Color
#abdeb1 | #deabd8 |
#abdeb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdeb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdeb1 Color CSS Codes
.mybgcolor {background-color:#abdeb1; } .myforecolor {color:#abdeb1; } .mybordercolor {border:3px solid #abdeb1; }
#abdeb1 Text Font Color
<p style="color:#abdeb1">Text here</p>
This sample text font color is #abdeb1
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.
#abdeb1 Background Color
<div style="background-color:#abdeb1">
Div content here</div>
This div background color is #abdeb1
#abdeb1 Border Color
<div style="border:3px solid #abdeb1">
Div here</div>
This div border color is #abdeb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,222,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdeb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdeb1; -webkit-box-shadow: 1px 1px 3px 2px #abdeb1; box-shadow: 1px 1px 3px 2px #abdeb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,222,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdeb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdeb1; -webkit-box-shadow: 1px 1px 3px 2px #abdeb1; box-shadow: 1px 1px 3px 2px #abdeb1;">
Div content here</div>
This div box has shadow with color #abdeb1
Comments
No comments written yet.
Please login to write comment.