Color spaces of #afe8cf
RGB | 175 | 232 | 207 |
---|---|---|---|
HSL | 0.43 | 0.55 | 0.80 |
HSV | 154° | 25° | 91° |
CMYK | 0.25 | 0.00 | 0.11 0.09 |
XYZ | 57.7983 | 71.3322 | 69.7537 |
Yxy | 71.3322 | 0.2906 | 0.3587 |
Hunter Lab | 84.4584 | -25.6474 | 10.1536 |
CIE-Lab | 87.6462 | -23.1446 | 6.2890 |
#afe8cf color RGB value is (175,232,207).
#afe8cf hex color red value is 175, green value is 232 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afe8cf hue: 0.43 , saturation: 0.55 and the lightness value of afe8cf is 0.80.
The process color (four color CMYK) of #afe8cf color hex is 0.25, 0.00, 0.11, 0.09. Web safe color of #afe8cf is #99ffcc. Color #afe8cf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101000 | 11001111 |
Octal | 257 | 350 | 317 |
Decimal | 175 | 232 | 207 |
Hex | AF | E8 | CF |
Shades of #afe8cf
Tints of #afe8cf
RGB Percentages of Color #afe8cf
CMYK Percentages of Color #afe8cf
Complementary Color
#afe8cf | #e8afc8 |
#afe8cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afe8cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#afe8cf Color CSS Codes
.mybgcolor {background-color:#afe8cf; } .myforecolor {color:#afe8cf; } .mybordercolor {border:3px solid #afe8cf; }
#afe8cf Text Font Color
<p style="color:#afe8cf">Text here</p>
This sample text font color is #afe8cf
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.
#afe8cf Background Color
<div style="background-color:#afe8cf">
Div content here</div>
This div background color is #afe8cf
#afe8cf Border Color
<div style="border:3px solid #afe8cf">
Div here</div>
This div border color is #afe8cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,232,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afe8cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afe8cf; -webkit-box-shadow: 1px 1px 3px 2px #afe8cf; box-shadow: 1px 1px 3px 2px #afe8cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,232,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afe8cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afe8cf; -webkit-box-shadow: 1px 1px 3px 2px #afe8cf; box-shadow: 1px 1px 3px 2px #afe8cf;">
Div content here</div>
This div box has shadow with color #afe8cf
Comments
No comments written yet.
Please login to write comment.