Color spaces of #afdfce
RGB | 175 | 223 | 206 |
---|---|---|---|
HSL | 0.44 | 0.43 | 0.78 |
HSV | 159° | 22° | 87° |
CMYK | 0.22 | 0.00 | 0.08 0.13 |
XYZ | 55.2075 | 66.3455 | 68.2887 |
Yxy | 66.3455 | 0.2908 | 0.3495 |
Hunter Lab | 81.4527 | -21.5576 | 7.3091 |
CIE-Lab | 85.1723 | -18.9079 | 3.2394 |
#afdfce color RGB value is (175,223,206).
#afdfce hex color red value is 175, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afdfce hue: 0.44 , saturation: 0.43 and the lightness value of afdfce is 0.78.
The process color (four color CMYK) of #afdfce color hex is 0.22, 0.00, 0.08, 0.13. Web safe color of #afdfce is #99cccc. Color #afdfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011111 | 11001110 |
Octal | 257 | 337 | 316 |
Decimal | 175 | 223 | 206 |
Hex | AF | DF | CE |
Shades of #afdfce
Tints of #afdfce
RGB Percentages of Color #afdfce
CMYK Percentages of Color #afdfce
Complementary Color
#afdfce | #dfafc0 |
#afdfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afdfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#afdfce Color CSS Codes
.mybgcolor {background-color:#afdfce; } .myforecolor {color:#afdfce; } .mybordercolor {border:3px solid #afdfce; }
#afdfce Text Font Color
<p style="color:#afdfce">Text here</p>
This sample text font color is #afdfce
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.
#afdfce Background Color
<div style="background-color:#afdfce">
Div content here</div>
This div background color is #afdfce
#afdfce Border Color
<div style="border:3px solid #afdfce">
Div here</div>
This div border color is #afdfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afdfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afdfce; -webkit-box-shadow: 1px 1px 3px 2px #afdfce; box-shadow: 1px 1px 3px 2px #afdfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afdfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afdfce; -webkit-box-shadow: 1px 1px 3px 2px #afdfce; box-shadow: 1px 1px 3px 2px #afdfce;">
Div content here</div>
This div box has shadow with color #afdfce
Comments
No comments written yet.
Please login to write comment.