Color spaces of #a8dcbd
RGB | 168 | 220 | 189 |
---|---|---|---|
HSL | 0.40 | 0.43 | 0.76 |
HSV | 144° | 24° | 86° |
CMYK | 0.24 | 0.00 | 0.14 0.14 |
XYZ | 50.9270 | 63.1854 | 57.6560 |
Yxy | 63.1854 | 0.2965 | 0.3679 |
Hunter Lab | 79.4892 | -24.7452 | 12.6376 |
CIE-Lab | 83.5398 | -22.9445 | 9.8156 |
#a8dcbd color RGB value is (168,220,189).
#a8dcbd hex color red value is 168, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a8dcbd hue: 0.40 , saturation: 0.43 and the lightness value of a8dcbd is 0.76.
The process color (four color CMYK) of #a8dcbd color hex is 0.24, 0.00, 0.14, 0.14. Web safe color of #a8dcbd is #99cccc. Color #a8dcbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11011100 | 10111101 |
Octal | 250 | 334 | 275 |
Decimal | 168 | 220 | 189 |
Hex | A8 | DC | BD |
Shades of #a8dcbd
Tints of #a8dcbd
RGB Percentages of Color #a8dcbd
CMYK Percentages of Color #a8dcbd
Complementary Color
#a8dcbd | #dca8c7 |
#a8dcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8dcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8dcbd Color CSS Codes
.mybgcolor {background-color:#a8dcbd; } .myforecolor {color:#a8dcbd; } .mybordercolor {border:3px solid #a8dcbd; }
#a8dcbd Text Font Color
<p style="color:#a8dcbd">Text here</p>
This sample text font color is #a8dcbd
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.
#a8dcbd Background Color
<div style="background-color:#a8dcbd">
Div content here</div>
This div background color is #a8dcbd
#a8dcbd Border Color
<div style="border:3px solid #a8dcbd">
Div here</div>
This div border color is #a8dcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,220,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8dcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8dcbd; -webkit-box-shadow: 1px 1px 3px 2px #a8dcbd; box-shadow: 1px 1px 3px 2px #a8dcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,220,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8dcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8dcbd; -webkit-box-shadow: 1px 1px 3px 2px #a8dcbd; box-shadow: 1px 1px 3px 2px #a8dcbd;">
Div content here</div>
This div box has shadow with color #a8dcbd
#a8dcbd Color Palettes
Comments
No comments written yet.
Please login to write comment.