Color spaces of #abdba6
RGB | 171 | 219 | 166 |
---|---|---|---|
HSL | 0.32 | 0.42 | 0.75 |
HSV | 114° | 24° | 86° |
CMYK | 0.22 | 0.00 | 0.24 0.14 |
XYZ | 49.0090 | 62.0741 | 45.4749 |
Yxy | 62.0741 | 0.3130 | 0.3965 |
Hunter Lab | 78.7871 | -26.8427 | 20.9296 |
CIE-Lab | 82.9528 | -25.5779 | 21.1108 |
#abdba6 color RGB value is (171,219,166).
#abdba6 hex color red value is 171, green value is 219 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #abdba6 hue: 0.32 , saturation: 0.42 and the lightness value of abdba6 is 0.75.
The process color (four color CMYK) of #abdba6 color hex is 0.22, 0.00, 0.24, 0.14. Web safe color of #abdba6 is #99cc99. Color #abdba6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011011 | 10100110 |
Octal | 253 | 333 | 246 |
Decimal | 171 | 219 | 166 |
Hex | AB | DB | A6 |
Shades of #abdba6
Tints of #abdba6
RGB Percentages of Color #abdba6
CMYK Percentages of Color #abdba6
Complementary Color
#abdba6 | #d6a6db |
#abdba6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdba6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdba6 Color CSS Codes
.mybgcolor {background-color:#abdba6; } .myforecolor {color:#abdba6; } .mybordercolor {border:3px solid #abdba6; }
#abdba6 Text Font Color
<p style="color:#abdba6">Text here</p>
This sample text font color is #abdba6
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.
#abdba6 Background Color
<div style="background-color:#abdba6">
Div content here</div>
This div background color is #abdba6
#abdba6 Border Color
<div style="border:3px solid #abdba6">
Div here</div>
This div border color is #abdba6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,219,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdba6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdba6; -webkit-box-shadow: 1px 1px 3px 2px #abdba6; box-shadow: 1px 1px 3px 2px #abdba6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,219,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdba6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdba6; -webkit-box-shadow: 1px 1px 3px 2px #abdba6; box-shadow: 1px 1px 3px 2px #abdba6;">
Div content here</div>
This div box has shadow with color #abdba6
Comments
No comments written yet.
Please login to write comment.