Color spaces of #a8dccb
RGB | 168 | 220 | 203 |
---|---|---|---|
HSL | 0.45 | 0.43 | 0.76 |
HSV | 160° | 24° | 86° |
CMYK | 0.24 | 0.00 | 0.08 0.14 |
XYZ | 52.5211 | 63.8230 | 66.0508 |
Yxy | 63.8230 | 0.2880 | 0.3499 |
Hunter Lab | 79.8893 | -22.4562 | 6.9028 |
CIE-Lab | 83.8735 | -20.1891 | 2.8909 |
#a8dccb color RGB value is (168,220,203).
#a8dccb hex color red value is 168, green value is 220 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a8dccb hue: 0.45 , saturation: 0.43 and the lightness value of a8dccb is 0.76.
The process color (four color CMYK) of #a8dccb color hex is 0.24, 0.00, 0.08, 0.14. Web safe color of #a8dccb is #99cccc. Color #a8dccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11011100 | 11001011 |
Octal | 250 | 334 | 313 |
Decimal | 168 | 220 | 203 |
Hex | A8 | DC | CB |
Shades of #a8dccb
Tints of #a8dccb
RGB Percentages of Color #a8dccb
CMYK Percentages of Color #a8dccb
Complementary Color
#a8dccb | #dca8b9 |
#a8dccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8dccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8dccb Color CSS Codes
.mybgcolor {background-color:#a8dccb; } .myforecolor {color:#a8dccb; } .mybordercolor {border:3px solid #a8dccb; }
#a8dccb Text Font Color
<p style="color:#a8dccb">Text here</p>
This sample text font color is #a8dccb
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.
#a8dccb Background Color
<div style="background-color:#a8dccb">
Div content here</div>
This div background color is #a8dccb
#a8dccb Border Color
<div style="border:3px solid #a8dccb">
Div here</div>
This div border color is #a8dccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,220,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8dccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8dccb; -webkit-box-shadow: 1px 1px 3px 2px #a8dccb; box-shadow: 1px 1px 3px 2px #a8dccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,220,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a8dccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8dccb; -webkit-box-shadow: 1px 1px 3px 2px #a8dccb; box-shadow: 1px 1px 3px 2px #a8dccb;">
Div content here</div>
This div box has shadow with color #a8dccb
Comments
No comments written yet.
Please login to write comment.