Color spaces of #afdbbe
RGB | 175 | 219 | 190 |
---|---|---|---|
HSL | 0.39 | 0.38 | 0.77 |
HSV | 140° | 20° | 86° |
CMYK | 0.20 | 0.00 | 0.13 0.14 |
XYZ | 52.3050 | 63.4947 | 58.2141 |
Yxy | 63.4947 | 0.3006 | 0.3649 |
Hunter Lab | 79.6836 | -22.2772 | 12.4632 |
CIE-Lab | 83.7020 | -20.0132 | 9.5747 |
#afdbbe color RGB value is (175,219,190).
#afdbbe hex color red value is 175, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #afdbbe hue: 0.39 , saturation: 0.38 and the lightness value of afdbbe is 0.77.
The process color (four color CMYK) of #afdbbe color hex is 0.20, 0.00, 0.13, 0.14. Web safe color of #afdbbe is #99cccc. Color #afdbbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011011 | 10111110 |
Octal | 257 | 333 | 276 |
Decimal | 175 | 219 | 190 |
Hex | AF | DB | BE |
Shades of #afdbbe
Tints of #afdbbe
RGB Percentages of Color #afdbbe
CMYK Percentages of Color #afdbbe
Complementary Color
#afdbbe | #dbafcc |
#afdbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdbbe Color CSS Codes
.mybgcolor {background-color:#afdbbe; } .myforecolor {color:#afdbbe; } .mybordercolor {border:3px solid #afdbbe; }
#afdbbe Text Font Color
<p style="color:#afdbbe">Text here</p>
This sample text font color is #afdbbe
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.
#afdbbe Background Color
<div style="background-color:#afdbbe">
Div content here</div>
This div background color is #afdbbe
#afdbbe Border Color
<div style="border:3px solid #afdbbe">
Div here</div>
This div border color is #afdbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,219,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdbbe; -webkit-box-shadow: 1px 1px 3px 2px #afdbbe; box-shadow: 1px 1px 3px 2px #afdbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,219,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdbbe; -webkit-box-shadow: 1px 1px 3px 2px #afdbbe; box-shadow: 1px 1px 3px 2px #afdbbe;">
Div content here</div>
This div box has shadow with color #afdbbe
Comments
No comments written yet.
Please login to write comment.