Color spaces of #a8bdae
RGB | 168 | 189 | 174 |
---|---|---|---|
HSL | 0.38 | 0.14 | 0.70 |
HSV | 137° | 11° | 74° |
CMYK | 0.11 | 0.00 | 0.08 0.26 |
XYZ | 41.9860 | 47.7760 | 47.0532 |
Yxy | 47.7760 | 0.3069 | 0.3492 |
Hunter Lab | 69.1202 | -12.5332 | 8.0228 |
CIE-Lab | 74.6834 | -10.0811 | 5.1433 |
#a8bdae color RGB value is (168,189,174).
#a8bdae hex color red value is 168, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a8bdae hue: 0.38 , saturation: 0.14 and the lightness value of a8bdae is 0.70.
The process color (four color CMYK) of #a8bdae color hex is 0.11, 0.00, 0.08, 0.26. Web safe color of #a8bdae is #99cc99. Color #a8bdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10111101 | 10101110 |
Octal | 250 | 275 | 256 |
Decimal | 168 | 189 | 174 |
Hex | A8 | BD | AE |
Shades of #a8bdae
Tints of #a8bdae
RGB Percentages of Color #a8bdae
CMYK Percentages of Color #a8bdae
Complementary Color
#a8bdae | #bda8b7 |
#a8bdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8bdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8bdae Color CSS Codes
.mybgcolor {background-color:#a8bdae; } .myforecolor {color:#a8bdae; } .mybordercolor {border:3px solid #a8bdae; }
#a8bdae Text Font Color
<p style="color:#a8bdae">Text here</p>
This sample text font color is #a8bdae
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.
#a8bdae Background Color
<div style="background-color:#a8bdae">
Div content here</div>
This div background color is #a8bdae
#a8bdae Border Color
<div style="border:3px solid #a8bdae">
Div here</div>
This div border color is #a8bdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,189,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8bdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8bdae; -webkit-box-shadow: 1px 1px 3px 2px #a8bdae; box-shadow: 1px 1px 3px 2px #a8bdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,189,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8bdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8bdae; -webkit-box-shadow: 1px 1px 3px 2px #a8bdae; box-shadow: 1px 1px 3px 2px #a8bdae;">
Div content here</div>
This div box has shadow with color #a8bdae
Comments
No comments written yet.
Please login to write comment.