Color spaces of #afd8bb
RGB | 175 | 216 | 187 |
---|---|---|---|
HSL | 0.38 | 0.34 | 0.77 |
HSV | 138° | 19° | 85° |
CMYK | 0.19 | 0.00 | 0.13 0.15 |
XYZ | 51.2047 | 61.8135 | 56.2461 |
Yxy | 61.8135 | 0.3025 | 0.3652 |
Hunter Lab | 78.6216 | -21.3341 | 12.6189 |
CIE-Lab | 82.8141 | -19.0797 | 9.8942 |
#afd8bb color RGB value is (175,216,187).
#afd8bb hex color red value is 175, green value is 216 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #afd8bb hue: 0.38 , saturation: 0.34 and the lightness value of afd8bb is 0.77.
The process color (four color CMYK) of #afd8bb color hex is 0.19, 0.00, 0.13, 0.15. Web safe color of #afd8bb is #99cccc. Color #afd8bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011000 | 10111011 |
Octal | 257 | 330 | 273 |
Decimal | 175 | 216 | 187 |
Hex | AF | D8 | BB |
Shades of #afd8bb
Tints of #afd8bb
RGB Percentages of Color #afd8bb
CMYK Percentages of Color #afd8bb
Complementary Color
#afd8bb | #d8afcc |
#afd8bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd8bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd8bb Color CSS Codes
.mybgcolor {background-color:#afd8bb; } .myforecolor {color:#afd8bb; } .mybordercolor {border:3px solid #afd8bb; }
#afd8bb Text Font Color
<p style="color:#afd8bb">Text here</p>
This sample text font color is #afd8bb
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.
#afd8bb Background Color
<div style="background-color:#afd8bb">
Div content here</div>
This div background color is #afd8bb
#afd8bb Border Color
<div style="border:3px solid #afd8bb">
Div here</div>
This div border color is #afd8bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,216,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd8bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd8bb; -webkit-box-shadow: 1px 1px 3px 2px #afd8bb; box-shadow: 1px 1px 3px 2px #afd8bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,216,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd8bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd8bb; -webkit-box-shadow: 1px 1px 3px 2px #afd8bb; box-shadow: 1px 1px 3px 2px #afd8bb;">
Div content here</div>
This div box has shadow with color #afd8bb
Comments
No comments written yet.
Please login to write comment.