Color spaces of #abdbb2
RGB | 171 | 219 | 178 |
---|---|---|---|
HSL | 0.36 | 0.40 | 0.76 |
HSV | 129° | 22° | 86° |
CMYK | 0.22 | 0.00 | 0.19 0.14 |
XYZ | 50.1620 | 62.5353 | 51.5462 |
Yxy | 62.5353 | 0.3054 | 0.3807 |
Hunter Lab | 79.0793 | -25.1616 | 16.7085 |
CIE-Lab | 83.1973 | -23.5117 | 15.1551 |
#abdbb2 color RGB value is (171,219,178).
#abdbb2 hex color red value is 171, green value is 219 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #abdbb2 hue: 0.36 , saturation: 0.40 and the lightness value of abdbb2 is 0.76.
The process color (four color CMYK) of #abdbb2 color hex is 0.22, 0.00, 0.19, 0.14. Web safe color of #abdbb2 is #99cc99. Color #abdbb2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11011011 | 10110010 |
Octal | 253 | 333 | 262 |
Decimal | 171 | 219 | 178 |
Hex | AB | DB | B2 |
Shades of #abdbb2
Tints of #abdbb2
RGB Percentages of Color #abdbb2
CMYK Percentages of Color #abdbb2
Complementary Color
#abdbb2 | #dbabd4 |
#abdbb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abdbb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abdbb2 Color CSS Codes
.mybgcolor {background-color:#abdbb2; } .myforecolor {color:#abdbb2; } .mybordercolor {border:3px solid #abdbb2; }
#abdbb2 Text Font Color
<p style="color:#abdbb2">Text here</p>
This sample text font color is #abdbb2
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.
#abdbb2 Background Color
<div style="background-color:#abdbb2">
Div content here</div>
This div background color is #abdbb2
#abdbb2 Border Color
<div style="border:3px solid #abdbb2">
Div here</div>
This div border color is #abdbb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,219,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abdbb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abdbb2; -webkit-box-shadow: 1px 1px 3px 2px #abdbb2; box-shadow: 1px 1px 3px 2px #abdbb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,219,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abdbb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abdbb2; -webkit-box-shadow: 1px 1px 3px 2px #abdbb2; box-shadow: 1px 1px 3px 2px #abdbb2;">
Div content here</div>
This div box has shadow with color #abdbb2
Comments
No comments written yet.
Please login to write comment.