Color spaces of #abcdba
RGB | 171 | 205 | 186 |
---|---|---|---|
HSL | 0.41 | 0.25 | 0.74 |
HSV | 146° | 17° | 80° |
CMYK | 0.17 | 0.00 | 0.09 0.20 |
XYZ | 47.4888 | 55.8657 | 54.7346 |
Yxy | 55.8657 | 0.3004 | 0.3534 |
Hunter Lab | 74.7434 | -17.3895 | 8.9023 |
CIE-Lab | 79.5373 | -15.0452 | 5.6951 |
#abcdba color RGB value is (171,205,186).
#abcdba hex color red value is 171, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abcdba hue: 0.41 , saturation: 0.25 and the lightness value of abcdba is 0.74.
The process color (four color CMYK) of #abcdba color hex is 0.17, 0.00, 0.09, 0.20. Web safe color of #abcdba is #99cccc. Color #abcdba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001101 | 10111010 |
Octal | 253 | 315 | 272 |
Decimal | 171 | 205 | 186 |
Hex | AB | CD | BA |
Shades of #abcdba
Tints of #abcdba
RGB Percentages of Color #abcdba
CMYK Percentages of Color #abcdba
Complementary Color
#abcdba | #cdabbe |
#abcdba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abcdba Color Preview on White Background
Lorem ipsum dolor sit amet.
#abcdba Color CSS Codes
.mybgcolor {background-color:#abcdba; } .myforecolor {color:#abcdba; } .mybordercolor {border:3px solid #abcdba; }
#abcdba Text Font Color
<p style="color:#abcdba">Text here</p>
This sample text font color is #abcdba
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.
#abcdba Background Color
<div style="background-color:#abcdba">
Div content here</div>
This div background color is #abcdba
#abcdba Border Color
<div style="border:3px solid #abcdba">
Div here</div>
This div border color is #abcdba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,205,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abcdba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abcdba; -webkit-box-shadow: 1px 1px 3px 2px #abcdba; box-shadow: 1px 1px 3px 2px #abcdba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,205,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abcdba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abcdba; -webkit-box-shadow: 1px 1px 3px 2px #abcdba; box-shadow: 1px 1px 3px 2px #abcdba;">
Div content here</div>
This div box has shadow with color #abcdba
Comments
No comments written yet.
Please login to write comment.