Color spaces of #a8bebc
RGB | 168 | 190 | 188 |
---|---|---|---|
HSL | 0.48 | 0.14 | 0.70 |
HSV | 175° | 12° | 75° |
CMYK | 0.12 | 0.00 | 0.01 0.25 |
XYZ | 43.6390 | 48.7826 | 54.6929 |
Yxy | 48.7826 | 0.2966 | 0.3316 |
Hunter Lab | 69.8445 | -10.7008 | 2.4632 |
CIE-Lab | 75.3159 | -7.8741 | -1.5429 |
#a8bebc color RGB value is (168,190,188).
#a8bebc hex color red value is 168, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8bebc hue: 0.48 , saturation: 0.14 and the lightness value of a8bebc is 0.70.
The process color (four color CMYK) of #a8bebc color hex is 0.12, 0.00, 0.01, 0.25. Web safe color of #a8bebc is #99cccc. Color #a8bebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111110 | 10111100 |
Octal | 250 | 276 | 274 |
Decimal | 168 | 190 | 188 |
Hex | A8 | BE | BC |
Shades of #a8bebc
Tints of #a8bebc
RGB Percentages of Color #a8bebc
CMYK Percentages of Color #a8bebc
Complementary Color
#a8bebc | #bea8aa |
#a8bebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bebc Color CSS Codes
.mybgcolor {background-color:#a8bebc; } .myforecolor {color:#a8bebc; } .mybordercolor {border:3px solid #a8bebc; }
#a8bebc Text Font Color
<p style="color:#a8bebc">Text here</p>
This sample text font color is #a8bebc
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.
#a8bebc Background Color
<div style="background-color:#a8bebc">
Div content here</div>
This div background color is #a8bebc
#a8bebc Border Color
<div style="border:3px solid #a8bebc">
Div here</div>
This div border color is #a8bebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,190,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bebc; -webkit-box-shadow: 1px 1px 3px 2px #a8bebc; box-shadow: 1px 1px 3px 2px #a8bebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,190,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8bebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bebc; -webkit-box-shadow: 1px 1px 3px 2px #a8bebc; box-shadow: 1px 1px 3px 2px #a8bebc;">
Div content here</div>
This div box has shadow with color #a8bebc
Comments
No comments written yet.
Please login to write comment.