Color spaces of #accbba
RGB | 172 | 203 | 186 |
---|---|---|---|
HSL | 0.41 | 0.23 | 0.74 |
HSV | 147° | 15° | 80° |
CMYK | 0.15 | 0.00 | 0.08 0.20 |
XYZ | 47.2321 | 55.0277 | 54.5864 |
Yxy | 55.0277 | 0.3011 | 0.3508 |
Hunter Lab | 74.1807 | -16.1621 | 8.2975 |
CIE-Lab | 79.0572 | -13.6919 | 5.0109 |
#accbba color RGB value is (172,203,186).
#accbba hex color red value is 172, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #accbba hue: 0.41 , saturation: 0.23 and the lightness value of accbba is 0.74.
The process color (four color CMYK) of #accbba color hex is 0.15, 0.00, 0.08, 0.20. Web safe color of #accbba is #99cccc. Color #accbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001011 | 10111010 |
Octal | 254 | 313 | 272 |
Decimal | 172 | 203 | 186 |
Hex | AC | CB | BA |
Shades of #accbba
Tints of #accbba
RGB Percentages of Color #accbba
CMYK Percentages of Color #accbba
Complementary Color
#accbba | #cbacbd |
#accbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#accbba Color CSS Codes
.mybgcolor {background-color:#accbba; } .myforecolor {color:#accbba; } .mybordercolor {border:3px solid #accbba; }
#accbba Text Font Color
<p style="color:#accbba">Text here</p>
This sample text font color is #accbba
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.
#accbba Background Color
<div style="background-color:#accbba">
Div content here</div>
This div background color is #accbba
#accbba Border Color
<div style="border:3px solid #accbba">
Div here</div>
This div border color is #accbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,203,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accbba; -webkit-box-shadow: 1px 1px 3px 2px #accbba; box-shadow: 1px 1px 3px 2px #accbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,203,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 #accbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accbba; -webkit-box-shadow: 1px 1px 3px 2px #accbba; box-shadow: 1px 1px 3px 2px #accbba;">
Div content here</div>
This div box has shadow with color #accbba
Comments
No comments written yet.
Please login to write comment.